Show / Hide Table of Contents

Class GetVpcPeeringConnectionResult

Inheritance
System.Object
GetVpcPeeringConnectionResult
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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetVpcPeeringConnectionResult

Fields

View Source

Accepter

A configuration block that describes [VPC Peering Connection] (https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the accepter VPC.

Declaration
public readonly ImmutableDictionary<string, bool> Accepter
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Boolean>
View Source

CidrBlock

Declaration
public readonly string CidrBlock
Field Value
Type Description
System.String
View Source

Filters

Declaration
public readonly ImmutableArray<GetVpcPeeringConnectionFilterResult> Filters
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<GetVpcPeeringConnectionFilterResult>
View Source

Id

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

OwnerId

Declaration
public readonly string OwnerId
Field Value
Type Description
System.String
View Source

PeerCidrBlock

Declaration
public readonly string PeerCidrBlock
Field Value
Type Description
System.String
View Source

PeerOwnerId

Declaration
public readonly string PeerOwnerId
Field Value
Type Description
System.String
View Source

PeerRegion

Declaration
public readonly string PeerRegion
Field Value
Type Description
System.String
View Source

PeerVpcId

Declaration
public readonly string PeerVpcId
Field Value
Type Description
System.String
View Source

Region

Declaration
public readonly string Region
Field Value
Type Description
System.String
View Source

Requester

A configuration block that describes [VPC Peering Connection] (https://docs.aws.amazon.com/vpc/latest/peering/what-is-vpc-peering.html) options set for the requester VPC.

Declaration
public readonly ImmutableDictionary<string, bool> Requester
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Boolean>
View Source

Status

Declaration
public readonly string Status
Field Value
Type Description
System.String
View Source

Tags

Declaration
public readonly ImmutableDictionary<string, object> Tags
Field Value
Type Description
System.Collections.Immutable.ImmutableDictionary<System.String, System.Object>
View Source

VpcId

Declaration
public readonly string VpcId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.