Class VpcPeeringConnectionRequesterGetArgs
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 VpcPeeringConnectionRequesterGetArgs : ResourceArgs
Constructors
View SourceVpcPeeringConnectionRequesterGetArgs()
Declaration
public VpcPeeringConnectionRequesterGetArgs()
Properties
View SourceAllowClassicLinkToRemoteVpc
Allow a local linked EC2-Classic instance to communicate with instances in a peer VPC. This enables an outbound communication from the local ClassicLink connection to the remote VPC.
Declaration
public Input<bool> AllowClassicLinkToRemoteVpc { get; set; }
Property Value
Type | Description |
---|---|
Input<System.Boolean> |
AllowRemoteVpcDnsResolution
Allow a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC. This is not supported for inter-region VPC peering.
Declaration
public Input<bool> AllowRemoteVpcDnsResolution { get; set; }
Property Value
Type | Description |
---|---|
Input<System.Boolean> |
AllowVpcToRemoteClassicLink
Allow a local VPC to communicate with a linked EC2-Classic instance in a peer VPC. This enables an outbound communication from the local VPC to the remote ClassicLink connection.
Declaration
public Input<bool> AllowVpcToRemoteClassicLink { get; set; }
Property Value
Type | Description |
---|---|
Input<System.Boolean> |