aws::vpc-peering-connection¶
Query peering connection.
Example¶
peering-connection: $(external-query aws::vpc-peering-connection { vpc-peering-connection-id: ''})
Attributes¶
Attribute | Description |
---|---|
accepter-vpc-info-cidr-block | The IPv4 CIDR block of the accepter VPC. |
accepter-vpc-info-owner-id | The AWS account ID of the owner of the accepter VPC. |
accepter-vpc-info-vpc-id | The ID of the accepter VPC. |
expiration-time | The expiration date and time for the VPC peering connection. |
requester-vpc-info-cidr-block | The IPv4 CIDR block of the requester’s VPC. |
requester-vpc-info-owner-id | The AWS account ID of the owner of the requester VPC. |
requester-vpc-info-vpc-id | The ID of the requester VPC. |
status-code | The status of the VPC peering connection . Valid values are pending-acceptance or failed or expired or provisioning or active or deleting or deleted or rejected . |
status-message | The message that provides more information about the status of the VPC peering connection, if applicable. |
tag map | The key/value combination of a tag assigned to the resource. |
tag-key | The key of a tag assigned to the resource. Use this filter to find all resources assigned a tag with a specific key, regardless of the tag value. |
vpc-peering-connection-id | The ID of the VPC peering connection. |