interface HlsConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Ivs.CfnStage.HlsConfigurationProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsivs#CfnStage_HlsConfigurationProperty |
![]() | software.amazon.awscdk.services.ivs.CfnStage.HlsConfigurationProperty |
![]() | aws_cdk.aws_ivs.CfnStage.HlsConfigurationProperty |
![]() | aws-cdk-lib » aws_ivs » CfnStage » HlsConfigurationProperty |
Object specifying an HLS configuration for individual participant recording.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_ivs as ivs } from 'aws-cdk-lib';
const hlsConfigurationProperty: ivs.CfnStage.HlsConfigurationProperty = {
participantRecordingHlsConfiguration: {
targetSegmentDurationSeconds: 123,
},
};
Properties
Name | Type | Description |
---|---|---|
participant | IResolvable | Participant | Object specifying a configuration of participant HLS recordings for individual participant recording. |
participantRecordingHlsConfiguration?
Type:
IResolvable
|
Participant
(optional)
Object specifying a configuration of participant HLS recordings for individual participant recording.