Show / Hide Table of Contents

Class PeeringConnectionOptionsRequesterGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PeeringConnectionOptionsRequesterGetArgs
Inherited Members
ResourceArgs.Empty
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 PeeringConnectionOptionsRequesterGetArgs : ResourceArgs

Constructors

View Source

PeeringConnectionOptionsRequesterGetArgs()

Declaration
public PeeringConnectionOptionsRequesterGetArgs()

Properties

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 Input<bool> AllowClassicLinkToRemoteVpc { get; set; }
Property Value
Type Description
Input<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 Input<bool> AllowRemoteVpcDnsResolution { get; set; }
Property Value
Type Description
Input<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 Input<bool> AllowVpcToRemoteClassicLink { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.