AWS Native v0.64.0, Jun 2 23
AWS Native v0.64.0, Jun 2 23
aws-native.ec2.DHCPOptions
Explore with Pulumi AI
Resource Type definition for AWS::EC2::DHCPOptions
Create DHCPOptions Resource
new DHCPOptions(name: string, args?: DHCPOptionsArgs, opts?: CustomResourceOptions);
@overload
def DHCPOptions(resource_name: str,
opts: Optional[ResourceOptions] = None,
domain_name: Optional[str] = None,
domain_name_servers: Optional[Sequence[str]] = None,
netbios_name_servers: Optional[Sequence[str]] = None,
netbios_node_type: Optional[int] = None,
ntp_servers: Optional[Sequence[str]] = None,
tags: Optional[Sequence[DHCPOptionsTagArgs]] = None)
@overload
def DHCPOptions(resource_name: str,
args: Optional[DHCPOptionsArgs] = None,
opts: Optional[ResourceOptions] = None)
func NewDHCPOptions(ctx *Context, name string, args *DHCPOptionsArgs, opts ...ResourceOption) (*DHCPOptions, error)
public DHCPOptions(string name, DHCPOptionsArgs? args = null, CustomResourceOptions? opts = null)
public DHCPOptions(String name, DHCPOptionsArgs args)
public DHCPOptions(String name, DHCPOptionsArgs args, CustomResourceOptions options)
type: aws-native:ec2:DHCPOptions
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DHCPOptionsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DHCPOptionsArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DHCPOptionsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DHCPOptionsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DHCPOptionsArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DHCPOptions Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The DHCPOptions resource accepts the following input properties:
- Domain
Name string This value is used to complete unqualified DNS hostnames.
- Domain
Name List<string>Servers The IPv4 addresses of up to four domain name servers, or AmazonProvidedDNS.
- Netbios
Name List<string>Servers The IPv4 addresses of up to four NetBIOS name servers.
- Netbios
Node intType The NetBIOS node type (1, 2, 4, or 8).
- Ntp
Servers List<string> The IPv4 addresses of up to four Network Time Protocol (NTP) servers.
- List<Pulumi.
Aws Native. EC2. Inputs. DHCPOptions Tag Args> Any tags assigned to the DHCP options set.
- Domain
Name string This value is used to complete unqualified DNS hostnames.
- Domain
Name []stringServers The IPv4 addresses of up to four domain name servers, or AmazonProvidedDNS.
- Netbios
Name []stringServers The IPv4 addresses of up to four NetBIOS name servers.
- Netbios
Node intType The NetBIOS node type (1, 2, 4, or 8).
- Ntp
Servers []string The IPv4 addresses of up to four Network Time Protocol (NTP) servers.
- []DHCPOptions
Tag Args Any tags assigned to the DHCP options set.
- domain
Name String This value is used to complete unqualified DNS hostnames.
- domain
Name List<String>Servers The IPv4 addresses of up to four domain name servers, or AmazonProvidedDNS.
- netbios
Name List<String>Servers The IPv4 addresses of up to four NetBIOS name servers.
- netbios
Node IntegerType The NetBIOS node type (1, 2, 4, or 8).
- ntp
Servers List<String> The IPv4 addresses of up to four Network Time Protocol (NTP) servers.
- List<DHCPOptions
Tag Args> Any tags assigned to the DHCP options set.
- domain
Name string This value is used to complete unqualified DNS hostnames.
- domain
Name string[]Servers The IPv4 addresses of up to four domain name servers, or AmazonProvidedDNS.
- netbios
Name string[]Servers The IPv4 addresses of up to four NetBIOS name servers.
- netbios
Node numberType The NetBIOS node type (1, 2, 4, or 8).
- ntp
Servers string[] The IPv4 addresses of up to four Network Time Protocol (NTP) servers.
- DHCPOptions
Tag Args[] Any tags assigned to the DHCP options set.
- domain_
name str This value is used to complete unqualified DNS hostnames.
- domain_
name_ Sequence[str]servers The IPv4 addresses of up to four domain name servers, or AmazonProvidedDNS.
- netbios_
name_ Sequence[str]servers The IPv4 addresses of up to four NetBIOS name servers.
- netbios_
node_ inttype The NetBIOS node type (1, 2, 4, or 8).
- ntp_
servers Sequence[str] The IPv4 addresses of up to four Network Time Protocol (NTP) servers.
- Sequence[DHCPOptions
Tag Args] Any tags assigned to the DHCP options set.
- domain
Name String This value is used to complete unqualified DNS hostnames.
- domain
Name List<String>Servers The IPv4 addresses of up to four domain name servers, or AmazonProvidedDNS.
- netbios
Name List<String>Servers The IPv4 addresses of up to four NetBIOS name servers.
- netbios
Node NumberType The NetBIOS node type (1, 2, 4, or 8).
- ntp
Servers List<String> The IPv4 addresses of up to four Network Time Protocol (NTP) servers.
- List<Property Map>
Any tags assigned to the DHCP options set.
Outputs
All input properties are implicitly available as output properties. Additionally, the DHCPOptions resource produces the following output properties:
- Dhcp
Options stringId - Id string
The provider-assigned unique ID for this managed resource.
- Dhcp
Options stringId - Id string
The provider-assigned unique ID for this managed resource.
- dhcp
Options StringId - id String
The provider-assigned unique ID for this managed resource.
- dhcp
Options stringId - id string
The provider-assigned unique ID for this managed resource.
- dhcp_
options_ strid - id str
The provider-assigned unique ID for this managed resource.
- dhcp
Options StringId - id String
The provider-assigned unique ID for this managed resource.
Supporting Types
DHCPOptionsTag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0