Class VpcEndpointDnsEntryGetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Ec2.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VpcEndpointDnsEntryGetArgs : ResourceArgs
Constructors
View SourceVpcEndpointDnsEntryGetArgs()
Declaration
public VpcEndpointDnsEntryGetArgs()
Properties
View SourceDnsName
The DNS name.
Declaration
public Input<string> DnsName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
HostedZoneId
The ID of the private hosted zone.
Declaration
public Input<string> HostedZoneId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |