Show / Hide Table of Contents

Class VpcPeeringConnectionAccepterAccepter

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

Fields

View Source

AllowClassicLinkToRemoteVpc

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

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