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

The network settings for a gateway.

Syntax

To declare this entity in your 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