Class VpcPeeringConnectionAccepterRequester
Inheritance
System.Object
VpcPeeringConnectionAccepterRequester
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class VpcPeeringConnectionAccepterRequester
Fields
View SourceAllowClassicLinkToRemoteVpc
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC Peering Connection.
Declaration
public readonly bool? AllowClassicLinkToRemoteVpc
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
AllowRemoteVpcDnsResolution
Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.
Declaration
public readonly bool? AllowRemoteVpcDnsResolution
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
AllowVpcToRemoteClassicLink
Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC Peering Connection.
Declaration
public readonly bool? AllowVpcToRemoteClassicLink
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |