ec2_start_vpc_endpoint_service_private_dns_verification {paws.compute} | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/ec2_start_vpc_endpoint_service_private_dns_verification/ for full documentation.
Usage
ec2_start_vpc_endpoint_service_private_dns_verification(
DryRun = NULL,
ServiceId
)
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 |
ServiceId |
[required] The ID of the endpoint service. |
[Package paws.compute version 0.7.0 Index]