Resource schema for AWS::MediaConnect::Gateway
egress_cidr_blocks
(List of String) The range of IP addresses that contribute content or initiate output requests for flows communicating with this gateway. These IP addresses should be in the form of a Classless Inter-Domain Routing (CIDR) block; for example, 10.0.0.0/16.name
(String) The name of the gateway. This name can not be modified after the gateway is created.networks
(Attributes List) The list of networks in the gateway. (see below for nested schema)gateway_arn
(String) The Amazon Resource Name (ARN) of the gateway.gateway_state
(String) The current status of the gateway.id
(String) Uniquely identifies the resource.networks
Required:
cidr_block
(String) 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.name
(String) The name of the network. This name is used to reference the network and must be unique among networks in this gateway.Import is supported using the following syntax:
$ terraform import awscc_mediaconnect_gateway.example <resource ID>