Class VpcPeeringConnectionAccepterRequesterArgs
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 VpcPeeringConnectionAccepterRequesterArgs : ResourceArgs
Constructors
View SourceVpcPeeringConnectionAccepterRequesterArgs()
Declaration
public VpcPeeringConnectionAccepterRequesterArgs()
Properties
View SourceAllowClassicLinkToRemoteVpc
Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC Peering Connection.
Declaration
public Input<bool> AllowClassicLinkToRemoteVpc { get; set; }
Property Value
Type | Description |
---|---|
Input<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 Input<bool> AllowRemoteVpcDnsResolution { get; set; }
Property Value
Type | Description |
---|---|
Input<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 Input<bool> AllowVpcToRemoteClassicLink { get; set; }
Property Value
Type | Description |
---|---|
Input<System.Boolean> |