You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::EC2::Types::PrivateDnsNameConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Information about the private DNS name for the service endpoint. For more information about these parameters, see VPC Endpoint Service Private DNS Name Verification in the Amazon Virtual Private Cloud User Guide.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#nameString

The name of the record subdomain the service provider needs to create. The service provider adds the value text to the name.

Returns:

  • (String)

    The name of the record subdomain the service provider needs to create.

#stateString

The verification state of the VPC endpoint service.

>Consumers of the endpoint service can use the private name only when the state is verified.

Possible values:

  • pendingVerification
  • verified
  • failed

Returns:

  • (String)

    The verification state of the VPC endpoint service.

#typeString

The endpoint service verification type, for example TXT.

Returns:

  • (String)

    The endpoint service verification type, for example TXT.

#valueString

The value the service provider adds to the private DNS name domain record before verification.

Returns:

  • (String)

    The value the service provider adds to the private DNS name domain record before verification.