AWS::MediaConnect::Gateway GatewayNetwork - 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).

AWS::MediaConnect::Gateway GatewayNetwork

The network settings for a gateway.

Syntax

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

JSON

{ "CidrBlock" : String, "Name" : String }

YAML

CidrBlock: String Name: String

Properties

CidrBlock

A unique IP address range to use for this network. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.

Required: Yes

Type: String

Update requires: Replacement

Name

The name of the network. This name is used to reference the network and must be unique among networks in this gateway.

Required: Yes

Type: String

Update requires: Replacement