AWS Fundamentals Logo
AWS Fundamentals
AWS::MediaLive::Network

MediaLive Network

Resource schema for AWS::MediaLive::Network.

Properties

4 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
IpPools
Array<IpPool>
Required
Name
string
Required
Routes
Array<Route>
Tags
Array<Tags>

Return Values

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

AttributeTypeDescription
ArnstringThe ARN of the Network.
AssociatedClusterIdsArray<string>-
IdstringThe unique ID of the Network.
StatestringThe current state of the Network.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

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

create

medialive:CreateNetworkmedialive:CreateTagsmedialive:DescribeNetworkmedialive:ListTagsForResource

read

medialive:DescribeNetworkmedialive:ListTagsForResource

update

medialive:UpdateNetworkmedialive:CreateTagsmedialive:DeleteTagsmedialive:DescribeNetworkmedialive:ListTagsForResource

delete

medialive:DeleteNetworkmedialive:DescribeNetwork

list

medialive:ListNetworks

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

ServiceMediaLive
Properties8
Required2
TaggingSupported
Primary IDId

Supported Operations

CreateReadUpdateDeleteList

External Links