AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaLive::Network

CfnNetwork

Resource schema for AWS::MediaLive::Network.

Import

import { CfnNetwork } from 'aws-cdk-lib/aws-medialive';

Or use the module namespace:

import * as medialive from 'aws-cdk-lib/aws-medialive';
// medialive.CfnNetwork

Properties

Configuration passed to the constructor as CfnNetworkProps.

ipPoolsRequired
IResolvable | IResolvable | IpPoolProperty[]

The list of IP address cidr pools for the network.

nameRequired
string

The user-specified name of the Network to be created.

routesOptional
IResolvable | IResolvable | RouteProperty[]

The routes for the network.

tagsOptional
CfnTag[]

A collection of key-value pairs.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

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

Subscribe to Newsletter