dhcp_options_list_only
Lists dhcp_options in a region or regions, for all properties use dhcp_options
Overview
| Name | dhcp_options_list_only |
| Type | Resource |
| Description | Resource Type definition for AWS::EC2::DHCPOptions |
| Id | aws.ec2.dhcp_options_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
dhcp_options_id | string | |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all dhcp_options in a region.
SELECT
region,
dhcp_options_id
FROM aws.ec2.dhcp_options_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the dhcp_options_list_only resource, see dhcp_options