Show / Hide Table of Contents

Class CfnStagePropsMixin

The AWS::IVS::Stage resource specifies an stage.

Inheritance
object
Mixin
CfnStagePropsMixin
Implements
IMixin
Inherited Members
Mixin.IsMixin(object)
Namespace: Amazon.CDK.Mixins.Preview.AWS.IVS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnStagePropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnStagePropsMixin Inherits Mixin Implements IMixin
Remarks

A stage is a virtual space where participants can exchange video in real time. For more information, see CreateStage in the Amazon IVS Real-Time Streaming API Reference .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-stage.html

CloudformationResource: AWS::IVS::Stage

Mixin: true

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.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.IVS.Mixins;

             var cfnStagePropsMixin = new CfnStagePropsMixin(new CfnStageMixinProps {
                 AutoParticipantRecordingConfiguration = new AutoParticipantRecordingConfigurationProperty {
                     HlsConfiguration = new HlsConfigurationProperty {
                         ParticipantRecordingHlsConfiguration = new ParticipantRecordingHlsConfigurationProperty {
                             TargetSegmentDurationSeconds = 123
                         }
                     },
                     MediaTypes = new [] { "mediaTypes" },
                     RecordingReconnectWindowSeconds = 123,
                     StorageConfigurationArn = "storageConfigurationArn",
                     ThumbnailConfiguration = new ThumbnailConfigurationProperty {
                         ParticipantThumbnailConfiguration = new ParticipantThumbnailConfigurationProperty {
                             RecordingMode = "recordingMode",
                             Storage = new [] { "storage" },
                             TargetIntervalSeconds = 123
                         }
                     }
                 },
                 Name = "name",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Synopsis

Constructors

CfnStagePropsMixin(ICfnStageMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::IVS::Stage.

Properties

CFN_PROPERTY_KEYS

The AWS::IVS::Stage resource specifies an stage.

Props

The AWS::IVS::Stage resource specifies an stage.

Strategy

The AWS::IVS::Stage resource specifies an stage.

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

Supports(IConstruct)

Check if this mixin supports the given construct.

Constructors

CfnStagePropsMixin(ICfnStageMixinProps, ICfnPropertyMixinOptions?)

Create a mixin to apply properties to AWS::IVS::Stage.

public CfnStagePropsMixin(ICfnStageMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
props ICfnStageMixinProps

L1 properties to apply.

options ICfnPropertyMixinOptions

Mixin options.

Remarks

A stage is a virtual space where participants can exchange video in real time. For more information, see CreateStage in the Amazon IVS Real-Time Streaming API Reference .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-stage.html

CloudformationResource: AWS::IVS::Stage

Mixin: true

ExampleMetadata: fixture=_generated

Properties

CFN_PROPERTY_KEYS

The AWS::IVS::Stage resource specifies an stage.

protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value

string[]

Remarks

A stage is a virtual space where participants can exchange video in real time. For more information, see CreateStage in the Amazon IVS Real-Time Streaming API Reference .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-stage.html

CloudformationResource: AWS::IVS::Stage

Mixin: true

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.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.IVS.Mixins;

             var cfnStagePropsMixin = new CfnStagePropsMixin(new CfnStageMixinProps {
                 AutoParticipantRecordingConfiguration = new AutoParticipantRecordingConfigurationProperty {
                     HlsConfiguration = new HlsConfigurationProperty {
                         ParticipantRecordingHlsConfiguration = new ParticipantRecordingHlsConfigurationProperty {
                             TargetSegmentDurationSeconds = 123
                         }
                     },
                     MediaTypes = new [] { "mediaTypes" },
                     RecordingReconnectWindowSeconds = 123,
                     StorageConfigurationArn = "storageConfigurationArn",
                     ThumbnailConfiguration = new ThumbnailConfigurationProperty {
                         ParticipantThumbnailConfiguration = new ParticipantThumbnailConfigurationProperty {
                             RecordingMode = "recordingMode",
                             Storage = new [] { "storage" },
                             TargetIntervalSeconds = 123
                         }
                     }
                 },
                 Name = "name",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Props

The AWS::IVS::Stage resource specifies an stage.

protected virtual ICfnStageMixinProps Props { get; }
Property Value

ICfnStageMixinProps

Remarks

A stage is a virtual space where participants can exchange video in real time. For more information, see CreateStage in the Amazon IVS Real-Time Streaming API Reference .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-stage.html

CloudformationResource: AWS::IVS::Stage

Mixin: true

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.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.IVS.Mixins;

             var cfnStagePropsMixin = new CfnStagePropsMixin(new CfnStageMixinProps {
                 AutoParticipantRecordingConfiguration = new AutoParticipantRecordingConfigurationProperty {
                     HlsConfiguration = new HlsConfigurationProperty {
                         ParticipantRecordingHlsConfiguration = new ParticipantRecordingHlsConfigurationProperty {
                             TargetSegmentDurationSeconds = 123
                         }
                     },
                     MediaTypes = new [] { "mediaTypes" },
                     RecordingReconnectWindowSeconds = 123,
                     StorageConfigurationArn = "storageConfigurationArn",
                     ThumbnailConfiguration = new ThumbnailConfigurationProperty {
                         ParticipantThumbnailConfiguration = new ParticipantThumbnailConfigurationProperty {
                             RecordingMode = "recordingMode",
                             Storage = new [] { "storage" },
                             TargetIntervalSeconds = 123
                         }
                     }
                 },
                 Name = "name",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Strategy

The AWS::IVS::Stage resource specifies an stage.

protected virtual PropertyMergeStrategy Strategy { get; }
Property Value

PropertyMergeStrategy

Remarks

A stage is a virtual space where participants can exchange video in real time. For more information, see CreateStage in the Amazon IVS Real-Time Streaming API Reference .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-stage.html

CloudformationResource: AWS::IVS::Stage

Mixin: true

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.Mixins;
             using Amazon.CDK.Mixins.Preview.AWS.IVS.Mixins;

             var cfnStagePropsMixin = new CfnStagePropsMixin(new CfnStageMixinProps {
                 AutoParticipantRecordingConfiguration = new AutoParticipantRecordingConfigurationProperty {
                     HlsConfiguration = new HlsConfigurationProperty {
                         ParticipantRecordingHlsConfiguration = new ParticipantRecordingHlsConfigurationProperty {
                             TargetSegmentDurationSeconds = 123
                         }
                     },
                     MediaTypes = new [] { "mediaTypes" },
                     RecordingReconnectWindowSeconds = 123,
                     StorageConfigurationArn = "storageConfigurationArn",
                     ThumbnailConfiguration = new ThumbnailConfigurationProperty {
                         ParticipantThumbnailConfiguration = new ParticipantThumbnailConfigurationProperty {
                             RecordingMode = "recordingMode",
                             Storage = new [] { "storage" },
                             TargetIntervalSeconds = 123
                         }
                     }
                 },
                 Name = "name",
                 Tags = new [] { new CfnTag {
                     Key = "key",
                     Value = "value"
                 } }
             }, new CfnPropertyMixinOptions {
                 Strategy = PropertyMergeStrategy.OVERRIDE
             });

Methods

ApplyTo(IConstruct)

Apply the mixin properties to the construct.

public override IConstruct ApplyTo(IConstruct construct)
Parameters
construct IConstruct
Returns

IConstruct

Overrides
Mixin.ApplyTo(IConstruct)
Remarks

A stage is a virtual space where participants can exchange video in real time. For more information, see CreateStage in the Amazon IVS Real-Time Streaming API Reference .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-stage.html

CloudformationResource: AWS::IVS::Stage

Mixin: true

ExampleMetadata: fixture=_generated

Supports(IConstruct)

Check if this mixin supports the given construct.

public override bool Supports(IConstruct construct)
Parameters
construct IConstruct
Returns

bool

Overrides
Mixin.Supports(IConstruct)
Remarks

A stage is a virtual space where participants can exchange video in real time. For more information, see CreateStage in the Amazon IVS Real-Time Streaming API Reference .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-ivs-stage.html

CloudformationResource: AWS::IVS::Stage

Mixin: true

ExampleMetadata: fixture=_generated

Implements

IMixin
Back to top Generated by DocFX