Show / Hide Table of Contents

Class GetVpcPeeringConnectionArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetVpcPeeringConnectionArgs
Inherited Members
InvokeArgs.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
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetVpcPeeringConnectionArgs : InvokeArgs

Constructors

View Source

GetVpcPeeringConnectionArgs()

Declaration
public GetVpcPeeringConnectionArgs()

Properties

View Source

CidrBlock

The CIDR block of the requester VPC of the specific VPC Peering Connection to retrieve.

Declaration
public string CidrBlock { get; set; }
Property Value
Type Description
System.String
View Source

Filters

Custom filter block as described below.

Declaration
public List<GetVpcPeeringConnectionFilterArgs> Filters { get; set; }
Property Value
Type Description
System.Collections.Generic.List<GetVpcPeeringConnectionFilterArgs>
View Source

Id

The ID of the specific VPC Peering Connection to retrieve.

Declaration
public string Id { get; set; }
Property Value
Type Description
System.String
View Source

OwnerId

The AWS account ID of the owner of the requester VPC of the specific VPC Peering Connection to retrieve.

Declaration
public string OwnerId { get; set; }
Property Value
Type Description
System.String
View Source

PeerCidrBlock

The CIDR block of the accepter VPC of the specific VPC Peering Connection to retrieve.

Declaration
public string PeerCidrBlock { get; set; }
Property Value
Type Description
System.String
View Source

PeerOwnerId

The AWS account ID of the owner of the accepter VPC of the specific VPC Peering Connection to retrieve.

Declaration
public string PeerOwnerId { get; set; }
Property Value
Type Description
System.String
View Source

PeerRegion

The region of the accepter VPC of the specific VPC Peering Connection to retrieve.

Declaration
public string PeerRegion { get; set; }
Property Value
Type Description
System.String
View Source

PeerVpcId

The ID of the accepter VPC of the specific VPC Peering Connection to retrieve.

Declaration
public string PeerVpcId { get; set; }
Property Value
Type Description
System.String
View Source

Region

The region of the requester VPC of the specific VPC Peering Connection to retrieve.

Declaration
public string Region { get; set; }
Property Value
Type Description
System.String
View Source

Status

The status of the specific VPC Peering Connection to retrieve.

Declaration
public string Status { get; set; }
Property Value
Type Description
System.String
View Source

Tags

A map of tags, each pair of which must exactly match a pair on the desired VPC Peering Connection.

Declaration
public Dictionary<string, object> Tags { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
View Source

VpcId

The ID of the requester VPC of the specific VPC Peering Connection to retrieve.

Declaration
public string VpcId { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.