vpcdhcp_options_associations_list_only
Lists vpcdhcp_options_associations
in a region or regions, for all properties use vpcdhcp_options_associations
Overview
Name | vpcdhcp_options_associations_list_only |
Type | Resource |
Description | Associates a set of DHCP options with a VPC, or associates no DHCP options with the VPC. |
Id | aws.ec2.vpcdhcp_options_associations_list_only |
Fields
Name | Datatype | Description |
---|---|---|
dhcp_options_id | string | The ID of the DHCP options set, or default to associate no DHCP options with the VPC. |
vpc_id | string | The ID of the VPC. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all vpcdhcp_options_associations
in a region.
SELECT
region,
dhcp_options_id,
vpc_id
FROM aws.ec2.vpcdhcp_options_associations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the vpcdhcp_options_associations_list_only
resource, see vpcdhcp_options_associations