Show / Hide Table of Contents

Class VpcPeeringConnectionAccepterRequesterGetArgs

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

Constructors

View Source

VpcPeeringConnectionAccepterRequesterGetArgs()

Declaration
public VpcPeeringConnectionAccepterRequesterGetArgs()

Properties

View Source

AllowClassicLinkToRemoteVpc

Indicates whether a local ClassicLink connection can communicate with the peer VPC over the VPC Peering Connection.

Declaration
public Input<bool> AllowClassicLinkToRemoteVpc { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AllowRemoteVpcDnsResolution

Indicates whether a local VPC can resolve public DNS hostnames to private IP addresses when queried from instances in a peer VPC.

Declaration
public Input<bool> AllowRemoteVpcDnsResolution { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

AllowVpcToRemoteClassicLink

Indicates whether a local VPC can communicate with a ClassicLink connection in the peer VPC over the VPC Peering 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.