Class CfnChannelGroupMixinProps
Properties for CfnChannelGroupPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnChannelGroupMixinProps : ICfnChannelGroupMixinProps
Syntax (vb)
Public Class CfnChannelGroupMixinProps Implements ICfnChannelGroupMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins;
var cfnChannelGroupMixinProps = new CfnChannelGroupMixinProps {
ChannelGroupName = "channelGroupName",
Description = "description",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnChannelGroupMixinProps() | Properties for CfnChannelGroupPropsMixin. |
Properties
| ChannelGroupName | The name of the channel group. |
| Description | The configuration for a MediaPackage V2 channel group. |
| Tags | The tags associated with the channel group. |
Constructors
CfnChannelGroupMixinProps()
Properties for CfnChannelGroupPropsMixin.
public CfnChannelGroupMixinProps()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.MediaPackageV2.Mixins;
var cfnChannelGroupMixinProps = new CfnChannelGroupMixinProps {
ChannelGroupName = "channelGroupName",
Description = "description",
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
ChannelGroupName
The name of the channel group.
public string? ChannelGroupName { get; set; }
Property Value
Remarks
Description
The configuration for a MediaPackage V2 channel group.
public string? Description { get; set; }
Property Value
Remarks
Tags
The tags associated with the channel group.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]