--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_ec2_dhcp_options Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::EC2::DHCPOptions --- # awscc_ec2_dhcp_options (Data Source) Data Source schema for AWS::EC2::DHCPOptions ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `dhcp_options_id` (String) - `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)) ### Nested Schema for `tags` Read-Only: - `key` (String) - `value` (String)