AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaConnect::Gateway

MediaConnect Gateway

Resource schema for AWS::MediaConnect::Gateway

Properties

3 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
EgressCidrBlocks
Array<string>
RequiredCreate-only
Name
string
RequiredCreate-only
Networks
Array<GatewayNetwork>
RequiredCreate-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
GatewayArnstringThe Amazon Resource Name (ARN) of the gateway.
GatewayStatestringThe current status of the gateway.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaConnect::Gateway

Resources:
  MyResource:
    Type: AWS::MediaConnect::Gateway
    Properties:
      Name: "my-name"
      EgressCidrBlocks: "my-egresscidrblocks"
      Networks: []

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

iam:CreateServiceLinkedRolemediaconnect:CreateGatewaymediaconnect:DescribeGateway

read

mediaconnect:DescribeGateway

delete

iam:CreateServiceLinkedRolemediaconnect:DescribeGatewaymediaconnect:DeleteGateway

list

mediaconnect:ListGateways

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceMediaConnect
Properties5
Required3
TaggingNot supported
Primary IDGatewayArn

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

NameEgressCidrBlocksNetworks

External Links