AWS::MediaLive::NetworkResource schema for AWS::MediaLive::Network.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
IpPools | Array<IpPool> | Required |
Name | string | Required |
Routes | Array<Route> | |
Tags | Array<Tags> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the Network. |
AssociatedClusterIds | Array<string> | - |
Id | string | The unique ID of the Network. |
State | string | The current state of the Network. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::MediaLive::Network
Resources:
MyResource:
Type: AWS::MediaLive::Network
Properties:
Name: "my-name"
IpPools: []
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
medialive:CreateNetworkmedialive:CreateTagsmedialive:DescribeNetworkmedialive:ListTagsForResourcemedialive:DescribeNetworkmedialive:ListTagsForResourcemedialive:UpdateNetworkmedialive:CreateTagsmedialive:DeleteTagsmedialive:DescribeNetworkmedialive:ListTagsForResourcemedialive:DeleteNetworkmedialive:DescribeNetworkmedialive:ListNetworksOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterId