aws-native logo
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:

DomainName string

This value is used to complete unqualified DNS hostnames.

DomainNameServers List<string>

The IPv4 addresses of up to four domain name servers, or AmazonProvidedDNS.

NetbiosNameServers List<string>

The IPv4 addresses of up to four NetBIOS name servers.

NetbiosNodeType int

The NetBIOS node type (1, 2, 4, or 8).

NtpServers List<string>

The IPv4 addresses of up to four Network Time Protocol (NTP) servers.

Tags List<Pulumi.AwsNative.EC2.Inputs.DHCPOptionsTagArgs>

Any tags assigned to the DHCP options set.

DomainName string

This value is used to complete unqualified DNS hostnames.

DomainNameServers []string

The IPv4 addresses of up to four domain name servers, or AmazonProvidedDNS.

NetbiosNameServers []string

The IPv4 addresses of up to four NetBIOS name servers.

NetbiosNodeType int

The NetBIOS node type (1, 2, 4, or 8).

NtpServers []string

The IPv4 addresses of up to four Network Time Protocol (NTP) servers.

Tags []DHCPOptionsTagArgs

Any tags assigned to the DHCP options set.

domainName String

This value is used to complete unqualified DNS hostnames.

domainNameServers List<String>

The IPv4 addresses of up to four domain name servers, or AmazonProvidedDNS.

netbiosNameServers List<String>

The IPv4 addresses of up to four NetBIOS name servers.

netbiosNodeType Integer

The NetBIOS node type (1, 2, 4, or 8).

ntpServers List<String>

The IPv4 addresses of up to four Network Time Protocol (NTP) servers.

tags List<DHCPOptionsTagArgs>

Any tags assigned to the DHCP options set.

domainName string

This value is used to complete unqualified DNS hostnames.

domainNameServers string[]

The IPv4 addresses of up to four domain name servers, or AmazonProvidedDNS.

netbiosNameServers string[]

The IPv4 addresses of up to four NetBIOS name servers.

netbiosNodeType number

The NetBIOS node type (1, 2, 4, or 8).

ntpServers string[]

The IPv4 addresses of up to four Network Time Protocol (NTP) servers.

tags DHCPOptionsTagArgs[]

Any tags assigned to the DHCP options set.

domain_name str

This value is used to complete unqualified DNS hostnames.

domain_name_servers Sequence[str]

The IPv4 addresses of up to four domain name servers, or AmazonProvidedDNS.

netbios_name_servers Sequence[str]

The IPv4 addresses of up to four NetBIOS name servers.

netbios_node_type int

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.

tags Sequence[DHCPOptionsTagArgs]

Any tags assigned to the DHCP options set.

domainName String

This value is used to complete unqualified DNS hostnames.

domainNameServers List<String>

The IPv4 addresses of up to four domain name servers, or AmazonProvidedDNS.

netbiosNameServers List<String>

The IPv4 addresses of up to four NetBIOS name servers.

netbiosNodeType Number

The NetBIOS node type (1, 2, 4, or 8).

ntpServers List<String>

The IPv4 addresses of up to four Network Time Protocol (NTP) servers.

tags 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:

DhcpOptionsId string
Id string

The provider-assigned unique ID for this managed resource.

DhcpOptionsId string
Id string

The provider-assigned unique ID for this managed resource.

dhcpOptionsId String
id String

The provider-assigned unique ID for this managed resource.

dhcpOptionsId string
id string

The provider-assigned unique ID for this managed resource.

dhcp_options_id str
id str

The provider-assigned unique ID for this managed resource.

dhcpOptionsId String
id String

The provider-assigned unique ID for this managed resource.

Supporting Types

DHCPOptionsTag

Key string
Value string
Key string
Value string
key String
value String
key string
value string
key str
value str
key String
value String

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0