View a markdown version of this page

AWS::MediaLive::Network - 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::MediaLive::Network

Creates a network. A network is used to connect MediaLive clusters to your on-premises equipment.

Syntax

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

JSON

{ "Type" : "AWS::MediaLive::Network", "Properties" : { "IpPools" : [ IpPool, ... ], "Name" : String, "Routes" : [ Route, ... ], "Tags" : [ Tags, ... ] } }

YAML

Type: AWS::MediaLive::Network Properties: IpPools: - IpPool Name: String Routes: - Route Tags: - Tags

Properties

IpPools

The list of IP address CIDR pools for the network.

Required: Yes

Type: Array of IpPool

Update requires: No interruption

Name

The user-specified name of the network.

Required: Yes

Type: String

Update requires: No interruption

Routes

The routes for the network.

Required: No

Type: Array of Route

Update requires: No interruption

Tags

Property description not available.

Required: No

Type: Array of Tags

Update requires: No interruption

Return values

Ref

Fn::GetAtt

The Fn::GetAtt intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values.

For more information about using the Fn::GetAtt intrinsic function, see Fn::GetAtt.

Arn

The ARN of the network.

AssociatedClusterIds

The IDs of the clusters associated with this network.

Id

The unique ID of the network.

State

The current state of the network.