aws::vpc¶
Query vpc.
Example¶
vpc: $(external-query aws::vpc { tag: { Name: "vpc-example-for-network-acl" }})
Attributes¶
Attribute | Description |
---|---|
cidr | The primary IPv4 CIDR block of the VPC. The CIDR block you specify must exactly match the VPC’s CIDR block for information to be returned for the VPC. Must contain the slash followed by one or two digits (for example, /28). |
ipv4-cidr-block | An IPv4 CIDR block associated with the VPC. |
ipv4-association-id | The association ID for an IPv4 CIDR block associated with the VPC. |
ipv4-association-state | The state of an IPv4 CIDR block associated with the VPC. |
dhcp-options-id | The ID of a set of DHCP options. |
ipv6-cidr-block | An IPv6 CIDR block associated with the VPC. |
ipv6-cidr-block-association-id | The association ID for an IPv6 CIDR block associated with the VPC. |
ipv6-cidr-block-association-state | The state of an IPv6 CIDR block associated with the VPC. |
is-default | Indicates whether the VPC is the default VPC. |
owner-id | The ID of the AWS account that owns the VPC. |
state | The state of the VPC . Valid values are pending or available . |
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-id | The ID of the VPC. |