dhcp_options
Gets an individual dhcp_options
resource
Overview
Name | dhcp_options |
Type | Resource |
Description | dhcp_options |
Id | awscc.ec2.dhcp_options |
Fields
Name | Datatype | Description |
---|---|---|
netbios_name_servers | array | The IPv4 addresses of up to four NetBIOS name servers. |
ntp_servers | array | The IPv4 addresses of up to four Network Time Protocol (NTP) servers. |
dhcp_options_id | string | |
domain_name | string | This value is used to complete unqualified DNS hostnames. |
netbios_node_type | integer | The NetBIOS node type (1, 2, 4, or 8). |
domain_name_servers | array | The IPv4 addresses of up to four domain name servers, or AmazonProvidedDNS. |
tags | array | Any tags assigned to the DHCP options set. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
netbios_name_servers,
ntp_servers,
dhcp_options_id,
domain_name,
netbios_node_type,
domain_name_servers,
tags
FROM awscc.ec2.dhcp_options
WHERE data__Identifier = '<DhcpOptionsId>';
Permissions
To operate on the dhcp_options
resource, the following permissions are required:
Read
ec2:DescribeDhcpOptions,
ec2:DescribeTags
Update
ec2:CreateTags,
ec2:DescribeDhcpOptions,
ec2:DeleteTags
Delete
ec2:DeleteDhcpOptions,
ec2:DeleteTags,
ec2:DescribeDhcpOptions