AWS::MediaLive::NetworkResource schema for AWS::MediaLive::Network.
import { CfnNetwork } from 'aws-cdk-lib/aws-medialive';Or use the module namespace:
import * as medialive from 'aws-cdk-lib/aws-medialive';
// medialive.CfnNetworkConfiguration passed to the constructor as CfnNetworkProps.
ipPoolsRequiredIResolvable | IResolvable | IpPoolProperty[]The list of IP address cidr pools for the network.
nameRequiredstringThe user-specified name of the Network to be created.
routesOptionalIResolvable | IResolvable | RouteProperty[]The routes for the network.
tagsOptionalCfnTag[]A collection of key-value pairs.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-medialiveAWS::MediaLive::Network