AWS::MediaConnect::GatewayResource schema for AWS::MediaConnect::Gateway
3 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EgressCidrBlocks | Array<string> | RequiredCreate-only |
Name | string | RequiredCreate-only |
Networks | Array<GatewayNetwork> | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
GatewayArn | string | The Amazon Resource Name (ARN) of the gateway. |
GatewayState | string | The current status of the gateway. |
A minimal template with required properties and common optional ones.
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: []Permissions CloudFormation needs in your IAM role to manage this resource.
iam:CreateServiceLinkedRolemediaconnect:CreateGatewaymediaconnect:DescribeGatewaymediaconnect:DescribeGatewayiam:CreateServiceLinkedRolemediaconnect:DescribeGatewaymediaconnect:DeleteGatewaymediaconnect:ListGatewaysOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterGatewayArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
NameEgressCidrBlocksNetworks