Skip to content

Start Vpc Endpoint Service Private Dns Verification

ec2_start_vpc_endpoint_service_private_dns_verification 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.

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.

Usage

ec2_start_vpc_endpoint_service_private_dns_verification(DryRun,
  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 DryRunOperation. Otherwise, it is UnauthorizedOperation.

ServiceId

[required] The ID of the endpoint service.

Value

A list with the following syntax:

list(
  ReturnValue = TRUE|FALSE
)

Request syntax

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