Class GetVpcPeeringConnectionArgs
Inherited Members
Namespace: Pulumi.Aws.Ec2
Assembly: Pulumi.Aws.dll
Syntax
public sealed class GetVpcPeeringConnectionArgs : InvokeArgs
Constructors
View SourceGetVpcPeeringConnectionArgs()
Declaration
public GetVpcPeeringConnectionArgs()
Properties
View SourceCidrBlock
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 |
Filters
Custom filter block as described below.
Declaration
public List<GetVpcPeeringConnectionFilterArgs> Filters { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<GetVpcPeeringConnectionFilterArgs> |
Id
The ID of the specific VPC Peering Connection to retrieve.
Declaration
public string Id { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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 |
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 |
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 |
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 |
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 |
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 |
Status
The status of the specific VPC Peering Connection to retrieve.
Declaration
public string Status { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
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> |
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 |