DomainName |
String
|
Required: Conditional. A domain name of your choice.Update requires: ReplacementExample: "example.com" |
DomainNameServers |
String
|
Required: Conditional. The IP (IPv4) address of a domain name server. You can specify up to four addresses.Update requires: ReplacementExample: "DomainNameServers" : [ "10.0.0.1", "10.0.0.2"
]Example: To preserve the order of IP addresses, specify a comma delimited list as a single string: "DomainNameServers" : [ "10.0.0.1, 10.0.0.2" ] |
NetbiosNameServers |
String
|
Required: Conditional. The IP address (IPv4) of a NetBIOS name server. You can specify up to four addresses.Update requires: ReplacementExample: "NetbiosNameServers" : [ "10.0.0.1", "10.0.0.2" ]Example: To preserve the order of IP addresses, specify a comma delimited list as a single string: "NetbiosNameServers" : [ "10.0.0.1, 10.0.0.2" ] |
NetbiosNodeType |
Number
|
Required: Conditional. An integer value indicating the NetBIOS node type:1: Broadcast ("B")2: Point-to-point ("P")4: Mixed mode ("M")8: Hybrid ("H")For more information about these values and about NetBIOS node types, see
RFC 2132, RFC 1001, and RFC 1002. We recommend that
you use only the value 2 at this time (broadcast and multicast are
not currently supported).Update requires: ReplacementExample: "NetbiosNodeType" : 2 |
NtpServers |
String
|
Required: Conditional. The IP address (IPv4) of a Network Time Protocol (NTP) server. You can specify up to four
addresses.Update requires: ReplacementExample: "NtpServers" : [ "10.0.0.1" ]Example: To preserve the order of IP addresses, specify a comma delimited list as a single string: "NtpServers" : [ "10.0.0.1, 10.0.0.2" ] |
Tags |
AWSCloudFormationResourceTags
|
Required: No. An arbitrary set of tags (key–value pairs) for this resource.Update requires: No interruption. |