Show / Hide Table of Contents

Interface CfnRecordingConfigurationPropsMixin.IRenditionConfigurationProperty

The RenditionConfiguration property type describes which renditions should be recorded for a stream.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.IVS
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnRecordingConfigurationPropsMixin.IRenditionConfigurationProperty
Syntax (vb)
Public Interface CfnRecordingConfigurationPropsMixin.IRenditionConfigurationProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-recordingconfiguration-renditionconfiguration.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.CfnPropertyMixins.AWS.IVS;

             var renditionConfigurationProperty = new RenditionConfigurationProperty {
                 Renditions = new [] { "renditions" },
                 RenditionSelection = "renditionSelection"
             };

Synopsis

Properties

RenditionSelection

The set of renditions are recorded for a stream.

Renditions

A list of which renditions are recorded for a stream, if renditionSelection is CUSTOM ;

Properties

RenditionSelection

The set of renditions are recorded for a stream.

string? RenditionSelection { get; }
Property Value

string

Remarks

For BASIC channels, the CUSTOM value has no effect. If CUSTOM is specified, a set of renditions can be specified in the renditions field. Default: ALL .

Default: - "ALL"

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-recordingconfiguration-renditionconfiguration.html#cfn-ivs-recordingconfiguration-renditionconfiguration-renditionselection

Renditions

A list of which renditions are recorded for a stream, if renditionSelection is CUSTOM ;

string[]? Renditions { get; }
Property Value

string[]

Remarks

otherwise, this field is irrelevant. The selected renditions are recorded if they are available during the stream. If a selected rendition is unavailable, the best available rendition is recorded. For details on the resolution dimensions of each rendition, see Auto-Record to Amazon S3 .

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ivs-recordingconfiguration-renditionconfiguration.html#cfn-ivs-recordingconfiguration-renditionconfiguration-renditions

Back to top Generated by DocFX