We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.medialive.getCluster
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Definition of AWS::MediaLive::Cluster Resource Type
Using getCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCluster(args: GetClusterArgs, opts?: InvokeOptions): Promise<GetClusterResult>
function getClusterOutput(args: GetClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterResult>def get_cluster(id: Optional[str] = None,
                opts: Optional[InvokeOptions] = None) -> GetClusterResult
def get_cluster_output(id: Optional[pulumi.Input[str]] = None,
                opts: Optional[InvokeOptions] = None) -> Output[GetClusterResult]func LookupCluster(ctx *Context, args *LookupClusterArgs, opts ...InvokeOption) (*LookupClusterResult, error)
func LookupClusterOutput(ctx *Context, args *LookupClusterOutputArgs, opts ...InvokeOption) LookupClusterResultOutput> Note: This function is named LookupCluster in the Go SDK.
public static class GetCluster 
{
    public static Task<GetClusterResult> InvokeAsync(GetClusterArgs args, InvokeOptions? opts = null)
    public static Output<GetClusterResult> Invoke(GetClusterInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
public static Output<GetClusterResult> getCluster(GetClusterArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:medialive:getCluster
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Id string
- The unique ID of the Cluster.
- Id string
- The unique ID of the Cluster.
- id String
- The unique ID of the Cluster.
- id string
- The unique ID of the Cluster.
- id str
- The unique ID of the Cluster.
- id String
- The unique ID of the Cluster.
getCluster Result
The following output properties are available:
- Arn string
- The ARN of the Cluster.
- ChannelIds List<string>
- The MediaLive Channels that are currently running on Nodes in this Cluster.
- Id string
- The unique ID of the Cluster.
- Name string
- The user-specified name of the Cluster to be created.
- NetworkSettings Pulumi.Aws Native. Media Live. Outputs. Cluster Network Settings 
- State
Pulumi.Aws Native. Media Live. Cluster State 
- 
List<Pulumi.Aws Native. Outputs. Tag> 
- A collection of key-value pairs.
- Arn string
- The ARN of the Cluster.
- ChannelIds []string
- The MediaLive Channels that are currently running on Nodes in this Cluster.
- Id string
- The unique ID of the Cluster.
- Name string
- The user-specified name of the Cluster to be created.
- NetworkSettings ClusterNetwork Settings 
- State
ClusterState Enum 
- Tag
- A collection of key-value pairs.
- arn String
- The ARN of the Cluster.
- channelIds List<String>
- The MediaLive Channels that are currently running on Nodes in this Cluster.
- id String
- The unique ID of the Cluster.
- name String
- The user-specified name of the Cluster to be created.
- networkSettings ClusterNetwork Settings 
- state
ClusterState 
- List<Tag>
- A collection of key-value pairs.
- arn string
- The ARN of the Cluster.
- channelIds string[]
- The MediaLive Channels that are currently running on Nodes in this Cluster.
- id string
- The unique ID of the Cluster.
- name string
- The user-specified name of the Cluster to be created.
- networkSettings ClusterNetwork Settings 
- state
ClusterState 
- Tag[]
- A collection of key-value pairs.
- arn str
- The ARN of the Cluster.
- channel_ids Sequence[str]
- The MediaLive Channels that are currently running on Nodes in this Cluster.
- id str
- The unique ID of the Cluster.
- name str
- The user-specified name of the Cluster to be created.
- network_settings ClusterNetwork Settings 
- state
ClusterState 
- Sequence[root_Tag]
- A collection of key-value pairs.
- arn String
- The ARN of the Cluster.
- channelIds List<String>
- The MediaLive Channels that are currently running on Nodes in this Cluster.
- id String
- The unique ID of the Cluster.
- name String
- The user-specified name of the Cluster to be created.
- networkSettings Property Map
- state "CREATING" | "CREATE_FAILED" | "ACTIVE" | "DELETING" | "DELETED"
- List<Property Map>
- A collection of key-value pairs.
Supporting Types
ClusterInterfaceMapping  
- 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  
- 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 
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi