--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_dhcp_options Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::EC2::DHCPOptions --- # awscc_ec2_dhcp_options (Resource) Resource Type definition for AWS::EC2::DHCPOptions ## Schema ### Optional - `domain_name` (String) This value is used to complete unqualified DNS hostnames. - `domain_name_servers` (List of String) The IPv4 addresses of up to four domain name servers, or AmazonProvidedDNS. - `netbios_name_servers` (List of String) The IPv4 addresses of up to four NetBIOS name servers. - `netbios_node_type` (Number) The NetBIOS node type (1, 2, 4, or 8). - `ntp_servers` (List of String) The IPv4 addresses of up to four Network Time Protocol (NTP) servers. - `tags` (Attributes List) Any tags assigned to the DHCP options set. (see [below for nested schema](#nestedatt--tags)) ### Read-Only - `dhcp_options_id` (String) - `id` (String) Uniquely identifies the resource. ### Nested Schema for `tags` Optional: - `key` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_ec2_dhcp_options.example ```