Show / Hide Table of Contents

Class PeeringConnectionOptionsRequester

Inheritance
System.Object
PeeringConnectionOptionsRequester
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 PeeringConnectionOptionsRequester

Fields

View Source

AllowClassicLinkToRemoteVpc

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. This option is not supported for inter-region VPC peering.

Declaration
public readonly bool? AllowClassicLinkToRemoteVpc
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

AllowRemoteVpcDnsResolution

Allow a local VPC to resolve public DNS hostnames to private IP addresses when queried from instances in the peer VPC.

Declaration
public readonly bool? AllowRemoteVpcDnsResolution
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

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. This option is not supported for inter-region VPC peering.

Declaration
public readonly bool? AllowVpcToRemoteClassicLink
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.