View a markdown version of this page

AWS::Deadline::Worker IpAddresses - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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