Learn R Programming

paws.compute (version 0.1.12)

ec2_start_vpc_endpoint_service_private_dns_verification: Initiates the verification process to prove that the service provider owns the private DNS name domain for the endpoint service

Description

Initiates the verification process to prove that the service provider owns the private DNS name domain for the endpoint service.

The service provider must successfully perform the verification before the consumer can use the name to access the service.

Before the service provider runs this command, they must add a record to the DNS server. For more information, see Adding a TXT Record to Your Domain's DNS Server in the Amazon VPC User Guide.

Usage

ec2_start_vpc_endpoint_service_private_dns_verification(DryRun,
  ServiceId)

Value

A list with the following syntax:

list(
  ReturnValue = TRUE|FALSE
)

Arguments

DryRun

Checks whether you have the required permissions for the action, without actually making the request, and provides an error response. If you have the required permissions, the error response is DryRunOperation. Otherwise, it is UnauthorizedOperation.

ServiceId

[required] The ID of the endpoint service.

Request syntax

svc$start_vpc_endpoint_service_private_dns_verification(
  DryRun = TRUE|FALSE,
  ServiceId = "string"
)