interface AnywhereSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnChannelPropsMixin.AnywhereSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnChannelPropsMixin_AnywhereSettingsProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.AnywhereSettingsProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnChannelPropsMixin.AnywhereSettingsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnChannelPropsMixin » AnywhereSettingsProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as medialive_mixins } from '@aws-cdk/mixins-preview/aws-medialive';
const anywhereSettingsProperty: medialive_mixins.CfnChannelPropsMixin.AnywhereSettingsProperty = {
channelPlacementGroupId: 'channelPlacementGroupId',
clusterId: 'clusterId',
};
Properties
| Name | Type | Description |
|---|---|---|
| channel | string | |
| cluster | string |
channelPlacementGroupId?
Type:
string
(optional)
clusterId?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript