Show / Hide Table of Contents

Class CfnChannelGroupMixinProps

Properties for CfnChannelGroupPropsMixin.

Inheritance
object
CfnChannelGroupMixinProps
Implements
ICfnChannelGroupMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html#cfn-mediapackagev2-channelgroup-channelgroupname

Description

The configuration for a MediaPackage V2 channel group.

public string? Description { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html#cfn-mediapackagev2-channelgroup-description

Tags

The tags associated with the channel group.

public ICfnTag[]? Tags { get; set; }
Property Value

ICfnTag[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-mediapackagev2-channelgroup.html#cfn-mediapackagev2-channelgroup-tags

Implements

ICfnChannelGroupMixinProps
Back to top Generated by DocFX