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.
ec2_start_vpc_endpoint_service_private_dns_verification(DryRun,
ServiceId)
A list with the following syntax:
list(
ReturnValue = TRUE|FALSE
)
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
.
[required] The ID of the endpoint service.
svc$start_vpc_endpoint_service_private_dns_verification(
DryRun = TRUE|FALSE,
ServiceId = "string"
)