interface ChannelPlacementGroupAttributes
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaLive.Alpha.ChannelPlacementGroupAttributes |
Go | github.com/aws/aws-cdk-go/awsmedialivealpha/v2#ChannelPlacementGroupAttributes |
Java | software.amazon.awscdk.services.medialive.alpha.ChannelPlacementGroupAttributes |
Python | aws_cdk.aws_medialive_alpha.ChannelPlacementGroupAttributes |
TypeScript (source) | @aws-cdk/aws-medialive-alpha ยป ChannelPlacementGroupAttributes |
Attributes for importing an existing Channel Placement Group.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as medialive_alpha from '@aws-cdk/aws-medialive-alpha';
const channelPlacementGroupAttributes: medialive_alpha.ChannelPlacementGroupAttributes = {
channelPlacementGroupArn: 'channelPlacementGroupArn',
channelPlacementGroupId: 'channelPlacementGroupId',
clusterId: 'clusterId',
};
Properties
| Name | Type | Description |
|---|---|---|
| channel | string | The ARN of the channel placement group. |
| channel | string | The ID of the channel placement group. |
| cluster | string | The ID of the cluster this group belongs to. |
channelPlacementGroupArn
Type:
string
The ARN of the channel placement group.
channelPlacementGroupId
Type:
string
The ID of the channel placement group.
clusterId
Type:
string
The ID of the cluster this group belongs to.

.NET
Go
Java
Python
TypeScript (