Class VpcPeeringConnectionRequester
Inheritance
System.Object
VpcPeeringConnectionRequester
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 VpcPeeringConnectionRequester
Fields
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 readonly bool? AllowClassicLinkToRemoteVpc
Field Value
| Type | Description |
|---|---|
| System.Nullable<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 readonly bool? AllowRemoteVpcDnsResolution
Field Value
| Type | Description |
|---|---|
| System.Nullable<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 readonly bool? AllowVpcToRemoteClassicLink
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |