This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::Deadline::Worker IpAddresses
The IP addresses for a host.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "IpV4Addresses" :[ String, ... ], "IpV6Addresses" :[ String, ... ]}
YAML
IpV4Addresses:- StringIpV6Addresses:- String
Properties
IpV4Addresses-
The IpV4 address of the network.
Required: No
Type: Array of String
Update requires: Replacement
IpV6Addresses-
The IpV6 address for the network and node component.
Required: No
Type: Array of String
Update requires: Replacement