AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::MediaLive::Cluster

CfnCluster

Definition of AWS::MediaLive::Cluster Resource Type.

Import

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

Or use the module namespace:

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

Properties

Configuration passed to the constructor as CfnClusterProps.

clusterTypeOptional
string

The hardware type for the cluster.

instanceRoleArnOptional
string

The IAM role your nodes will use.

nameOptional
string

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

networkSettingsOptional
IResolvable | ClusterNetworkSettingsProperty

On premises settings which will have the interface network mappings and default Output logical interface.

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