Show / Hide Table of Contents

Class VpcPeeringConnectionRequesterGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
VpcPeeringConnectionRequesterGetArgs
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 VpcPeeringConnectionRequesterGetArgs : ResourceArgs

Constructors

View Source

VpcPeeringConnectionRequesterGetArgs()

Declaration
public VpcPeeringConnectionRequesterGetArgs()

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.

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

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.

Declaration
public Input<bool> AllowVpcToRemoteClassicLink { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.