Class ResolverEndpointIpAddress
Inheritance
System.Object
ResolverEndpointIpAddress
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.Route53.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ResolverEndpointIpAddress
Fields
View SourceIp
The IP address in the subnet that you want to use for DNS queries.
Declaration
public readonly string Ip
Field Value
| Type | Description |
|---|---|
| System.String |
IpId
Declaration
public readonly string IpId
Field Value
| Type | Description |
|---|---|
| System.String |
SubnetId
The ID of the subnet that contains the IP address.
Declaration
public readonly string SubnetId
Field Value
| Type | Description |
|---|---|
| System.String |