We recommend new projects start with resources from the AWS provider.
aws-native.medialive.Cluster
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::MediaLive::Cluster Resource Type
Create Cluster Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Cluster(name: string, args?: ClusterArgs, opts?: CustomResourceOptions);@overload
def Cluster(resource_name: str,
            args: Optional[ClusterArgs] = None,
            opts: Optional[ResourceOptions] = None)
@overload
def Cluster(resource_name: str,
            opts: Optional[ResourceOptions] = None,
            cluster_type: Optional[ClusterType] = None,
            instance_role_arn: Optional[str] = None,
            name: Optional[str] = None,
            network_settings: Optional[ClusterNetworkSettingsArgs] = None,
            tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewCluster(ctx *Context, name string, args *ClusterArgs, opts ...ResourceOption) (*Cluster, error)public Cluster(string name, ClusterArgs? args = null, CustomResourceOptions? opts = null)
public Cluster(String name, ClusterArgs args)
public Cluster(String name, ClusterArgs args, CustomResourceOptions options)
type: aws-native:medialive:Cluster
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ClusterArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Cluster Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Cluster resource accepts the following input properties:
- ClusterType Pulumi.Aws Native. Media Live. Cluster Type 
- InstanceRole stringArn 
- The IAM role your nodes will use.
- Name string
- The user-specified name of the Cluster to be created.
- NetworkSettings Pulumi.Aws Native. Media Live. Inputs. Cluster Network Settings 
- 
List<Pulumi.Aws Native. Inputs. Tag> 
- A collection of key-value pairs.
- ClusterType ClusterType 
- InstanceRole stringArn 
- The IAM role your nodes will use.
- Name string
- The user-specified name of the Cluster to be created.
- NetworkSettings ClusterNetwork Settings Args 
- 
TagArgs 
- A collection of key-value pairs.
- clusterType ClusterType 
- instanceRole StringArn 
- The IAM role your nodes will use.
- name String
- The user-specified name of the Cluster to be created.
- networkSettings ClusterNetwork Settings 
- List<Tag>
- A collection of key-value pairs.
- clusterType ClusterType 
- instanceRole stringArn 
- The IAM role your nodes will use.
- name string
- The user-specified name of the Cluster to be created.
- networkSettings ClusterNetwork Settings 
- Tag[]
- A collection of key-value pairs.
- cluster_type ClusterType 
- instance_role_ strarn 
- The IAM role your nodes will use.
- name str
- The user-specified name of the Cluster to be created.
- network_settings ClusterNetwork Settings Args 
- 
Sequence[TagArgs] 
- A collection of key-value pairs.
- clusterType "ON_PREMISES" | "OUTPOSTS_RACK" | "OUTPOSTS_SERVER" | "EC2"
- instanceRole StringArn 
- The IAM role your nodes will use.
- name String
- The user-specified name of the Cluster to be created.
- networkSettings Property Map
- List<Property Map>
- A collection of key-value pairs.
Outputs
All input properties are implicitly available as output properties. Additionally, the Cluster resource produces the following output properties:
- Arn string
- The ARN of the Cluster.
- AwsId string
- The unique ID of the Cluster.
- ChannelIds List<string>
- The MediaLive Channels that are currently running on Nodes in this Cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- State
Pulumi.Aws Native. Media Live. Cluster State 
- Arn string
- The ARN of the Cluster.
- AwsId string
- The unique ID of the Cluster.
- ChannelIds []string
- The MediaLive Channels that are currently running on Nodes in this Cluster.
- Id string
- The provider-assigned unique ID for this managed resource.
- State
ClusterState Enum 
- arn String
- The ARN of the Cluster.
- awsId String
- The unique ID of the Cluster.
- channelIds List<String>
- The MediaLive Channels that are currently running on Nodes in this Cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- state
ClusterState 
- arn string
- The ARN of the Cluster.
- awsId string
- The unique ID of the Cluster.
- channelIds string[]
- The MediaLive Channels that are currently running on Nodes in this Cluster.
- id string
- The provider-assigned unique ID for this managed resource.
- state
ClusterState 
- arn str
- The ARN of the Cluster.
- aws_id str
- The unique ID of the Cluster.
- channel_ids Sequence[str]
- The MediaLive Channels that are currently running on Nodes in this Cluster.
- id str
- The provider-assigned unique ID for this managed resource.
- state
ClusterState 
- arn String
- The ARN of the Cluster.
- awsId String
- The unique ID of the Cluster.
- channelIds List<String>
- The MediaLive Channels that are currently running on Nodes in this Cluster.
- id String
- The provider-assigned unique ID for this managed resource.
- state "CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETED"
Supporting Types
ClusterInterfaceMapping, ClusterInterfaceMappingArgs      
- LogicalInterface stringName 
- logical interface name, unique in the list
- NetworkId string
- Network Id to be associated with the logical interface name, can be duplicated in list
- LogicalInterface stringName 
- logical interface name, unique in the list
- NetworkId string
- Network Id to be associated with the logical interface name, can be duplicated in list
- logicalInterface StringName 
- logical interface name, unique in the list
- networkId String
- Network Id to be associated with the logical interface name, can be duplicated in list
- logicalInterface stringName 
- logical interface name, unique in the list
- networkId string
- Network Id to be associated with the logical interface name, can be duplicated in list
- logical_interface_ strname 
- logical interface name, unique in the list
- network_id str
- Network Id to be associated with the logical interface name, can be duplicated in list
- logicalInterface StringName 
- logical interface name, unique in the list
- networkId String
- Network Id to be associated with the logical interface name, can be duplicated in list
ClusterNetworkSettings, ClusterNetworkSettingsArgs      
- DefaultRoute string
- Default value if the customer does not define it in channel Output API
- InterfaceMappings List<Pulumi.Aws Native. Media Live. Inputs. Cluster Interface Mapping> 
- Network mappings for the cluster
- DefaultRoute string
- Default value if the customer does not define it in channel Output API
- InterfaceMappings []ClusterInterface Mapping 
- Network mappings for the cluster
- defaultRoute String
- Default value if the customer does not define it in channel Output API
- interfaceMappings List<ClusterInterface Mapping> 
- Network mappings for the cluster
- defaultRoute string
- Default value if the customer does not define it in channel Output API
- interfaceMappings ClusterInterface Mapping[] 
- Network mappings for the cluster
- default_route str
- Default value if the customer does not define it in channel Output API
- interface_mappings Sequence[ClusterInterface Mapping] 
- Network mappings for the cluster
- defaultRoute String
- Default value if the customer does not define it in channel Output API
- interfaceMappings List<Property Map>
- Network mappings for the cluster
ClusterState, ClusterStateArgs    
- Creating
- CREATING
- CreateFailed 
- CREATE_FAILED
- Active
- ACTIVE
- Deleting
- DELETING
- Deleted
- DELETED
- ClusterState Creating 
- CREATING
- ClusterState Create Failed 
- CREATE_FAILED
- ClusterState Active 
- ACTIVE
- ClusterState Deleting 
- DELETING
- ClusterState Deleted 
- DELETED
- Creating
- CREATING
- CreateFailed 
- CREATE_FAILED
- Active
- ACTIVE
- Deleting
- DELETING
- Deleted
- DELETED
- Creating
- CREATING
- CreateFailed 
- CREATE_FAILED
- Active
- ACTIVE
- Deleting
- DELETING
- Deleted
- DELETED
- CREATING
- CREATING
- CREATE_FAILED
- CREATE_FAILED
- ACTIVE
- ACTIVE
- DELETING
- DELETING
- DELETED
- DELETED
- "CREATING"
- CREATING
- "CREATE_FAILED"
- CREATE_FAILED
- "ACTIVE"
- ACTIVE
- "DELETING"
- DELETING
- "DELETED"
- DELETED
ClusterType, ClusterTypeArgs    
- OnPremises 
- ON_PREMISES
- OutpostsRack 
- OUTPOSTS_RACK
- OutpostsServer 
- OUTPOSTS_SERVER
- Ec2
- EC2
- ClusterType On Premises 
- ON_PREMISES
- ClusterType Outposts Rack 
- OUTPOSTS_RACK
- ClusterType Outposts Server 
- OUTPOSTS_SERVER
- ClusterType Ec2 
- EC2
- OnPremises 
- ON_PREMISES
- OutpostsRack 
- OUTPOSTS_RACK
- OutpostsServer 
- OUTPOSTS_SERVER
- Ec2
- EC2
- OnPremises 
- ON_PREMISES
- OutpostsRack 
- OUTPOSTS_RACK
- OutpostsServer 
- OUTPOSTS_SERVER
- Ec2
- EC2
- ON_PREMISES
- ON_PREMISES
- OUTPOSTS_RACK
- OUTPOSTS_RACK
- OUTPOSTS_SERVER
- OUTPOSTS_SERVER
- EC2
- EC2
- "ON_PREMISES"
- ON_PREMISES
- "OUTPOSTS_RACK"
- OUTPOSTS_RACK
- "OUTPOSTS_SERVER"
- OUTPOSTS_SERVER
- "EC2"
- EC2
Tag, TagArgs  
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.