AWS::MediaLive::ClusterDefinition of AWS::MediaLive::Cluster Resource Type.
import { CfnCluster } from 'aws-cdk-lib/aws-medialive';Or use the module namespace:
import * as medialive from 'aws-cdk-lib/aws-medialive';
// medialive.CfnClusterConfiguration passed to the constructor as CfnClusterProps.
clusterTypeOptionalstringThe hardware type for the cluster.
instanceRoleArnOptionalstringThe IAM role your nodes will use.
nameOptionalstringThe user-specified name of the Cluster to be created.
networkSettingsOptionalIResolvable | ClusterNetworkSettingsPropertyOn premises settings which will have the interface network mappings and default Output logical interface.
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::Cluster