AWS::Deadline::Worker IpAddresses - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Deadline::Worker IpAddresses

The IP addresses for a host.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "IpV4Addresses" : [ String, ... ], "IpV6Addresses" : [ String, ... ] }

YAML

IpV4Addresses: - String IpV6Addresses: - 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