AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Information about the private DNS name for the service endpoint.

Inheritance Hierarchy

System.Object
  Amazon.EC2.Model.PrivateDnsNameConfiguration

Namespace: Amazon.EC2.Model
Assembly: AWSSDK.EC2.dll
Version: 3.x.y.z

Syntax

C#
public class PrivateDnsNameConfiguration

The PrivateDnsNameConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Name System.String

Gets and sets the property Name.

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

Public Property State Amazon.EC2.DnsNameState

Gets and sets the property State.

The verification state of the VPC endpoint service.

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

Public Property Type System.String

Gets and sets the property Type.

The endpoint service verification type, for example TXT.

Public Property Value System.String

Gets and sets the property Value.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5