Class CfnStagePropsMixin
The AWS::IVS::Stage resource specifies an stage.
Implements
Inherited Members
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 |
Properties
| CFN_PROPERTY_KEYS | The |
| Props | The |
| Strategy | The |
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
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
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
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
Overrides
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