AWS::MediaConnect::Gateway GatewayNetwork - AWS CloudFormation

AWS::MediaConnect::Gateway GatewayNetwork

The network settings for a gateway.

Syntax

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