Skip to main content

dhcp_options_list_only

Lists dhcp_options in a region or regions, for all properties use dhcp_options

Overview

Namedhcp_options_list_only
TypeResource
DescriptionResource Type definition for AWS::EC2::DHCPOptions
Idawscc.ec2.dhcp_options_list_only

Fields

NameDatatypeDescription
dhcp_options_idstring
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all dhcp_options in a region.

SELECT
region,
dhcp_options_id
FROM awscc.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