1. Packages
  2. AWS Native
  3. API Docs
  4. medialive
  5. getChannelPlacementGroup

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

aws-native.medialive.getChannelPlacementGroup

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi

    Definition of AWS::MediaLive::ChannelPlacementGroup Resource Type

    Using getChannelPlacementGroup

    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 getChannelPlacementGroup(args: GetChannelPlacementGroupArgs, opts?: InvokeOptions): Promise<GetChannelPlacementGroupResult>
    function getChannelPlacementGroupOutput(args: GetChannelPlacementGroupOutputArgs, opts?: InvokeOptions): Output<GetChannelPlacementGroupResult>
    def get_channel_placement_group(cluster_id: Optional[str] = None,
                                    id: Optional[str] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetChannelPlacementGroupResult
    def get_channel_placement_group_output(cluster_id: Optional[pulumi.Input[str]] = None,
                                    id: Optional[pulumi.Input[str]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetChannelPlacementGroupResult]
    func LookupChannelPlacementGroup(ctx *Context, args *LookupChannelPlacementGroupArgs, opts ...InvokeOption) (*LookupChannelPlacementGroupResult, error)
    func LookupChannelPlacementGroupOutput(ctx *Context, args *LookupChannelPlacementGroupOutputArgs, opts ...InvokeOption) LookupChannelPlacementGroupResultOutput

    > Note: This function is named LookupChannelPlacementGroup in the Go SDK.

    public static class GetChannelPlacementGroup 
    {
        public static Task<GetChannelPlacementGroupResult> InvokeAsync(GetChannelPlacementGroupArgs args, InvokeOptions? opts = null)
        public static Output<GetChannelPlacementGroupResult> Invoke(GetChannelPlacementGroupInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetChannelPlacementGroupResult> getChannelPlacementGroup(GetChannelPlacementGroupArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:medialive:getChannelPlacementGroup
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ClusterId string
    The ID of the cluster the node is on.
    Id string
    Unique internal identifier.
    ClusterId string
    The ID of the cluster the node is on.
    Id string
    Unique internal identifier.
    clusterId String
    The ID of the cluster the node is on.
    id String
    Unique internal identifier.
    clusterId string
    The ID of the cluster the node is on.
    id string
    Unique internal identifier.
    cluster_id str
    The ID of the cluster the node is on.
    id str
    Unique internal identifier.
    clusterId String
    The ID of the cluster the node is on.
    id String
    Unique internal identifier.

    getChannelPlacementGroup Result

    The following output properties are available:

    Arn string
    The ARN of the channel placement group.
    Channels List<string>
    List of channel IDs added to the channel placement group.
    Id string
    Unique internal identifier.
    Name string
    The name of the channel placement group.
    Nodes List<string>
    List of nodes added to the channel placement group
    State Pulumi.AwsNative.MediaLive.ChannelPlacementGroupState
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    A collection of key-value pairs.
    Arn string
    The ARN of the channel placement group.
    Channels []string
    List of channel IDs added to the channel placement group.
    Id string
    Unique internal identifier.
    Name string
    The name of the channel placement group.
    Nodes []string
    List of nodes added to the channel placement group
    State ChannelPlacementGroupStateEnum
    Tags Tag
    A collection of key-value pairs.
    arn String
    The ARN of the channel placement group.
    channels List<String>
    List of channel IDs added to the channel placement group.
    id String
    Unique internal identifier.
    name String
    The name of the channel placement group.
    nodes List<String>
    List of nodes added to the channel placement group
    state ChannelPlacementGroupState
    tags List<Tag>
    A collection of key-value pairs.
    arn string
    The ARN of the channel placement group.
    channels string[]
    List of channel IDs added to the channel placement group.
    id string
    Unique internal identifier.
    name string
    The name of the channel placement group.
    nodes string[]
    List of nodes added to the channel placement group
    state ChannelPlacementGroupState
    tags Tag[]
    A collection of key-value pairs.
    arn str
    The ARN of the channel placement group.
    channels Sequence[str]
    List of channel IDs added to the channel placement group.
    id str
    Unique internal identifier.
    name str
    The name of the channel placement group.
    nodes Sequence[str]
    List of nodes added to the channel placement group
    state ChannelPlacementGroupState
    tags Sequence[root_Tag]
    A collection of key-value pairs.
    arn String
    The ARN of the channel placement group.
    channels List<String>
    List of channel IDs added to the channel placement group.
    id String
    Unique internal identifier.
    name String
    The name of the channel placement group.
    nodes List<String>
    List of nodes added to the channel placement group
    state "UNASSIGNED" | "ASSIGNING" | "ASSIGNED" | "DELETING" | "DELETED" | "UNASSIGNING"
    tags List<Property Map>
    A collection of key-value pairs.

    Supporting Types

    ChannelPlacementGroupState

    Tag

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi