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 | |
domain_name | string | This value is used to complete unqualified DNS hostnames. |
domain_name_servers | array | The IPv4 addresses of up to four domain name servers, or AmazonProvidedDNS. |
netbios_name_servers | array | The IPv4 addresses of up to four NetBIOS name servers. |
netbios_node_type | integer | The NetBIOS node type (1, 2, 4, or 8). |
ntp_servers | array | The IPv4 addresses of up to four Network Time Protocol (NTP) servers. |
ipv6_address_preferred_lease_time | integer | The preferred Lease Time for ipV6 address in seconds. |
tags | array | Any tags assigned to the DHCP options set. |
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