interface FrameCaptureCdnSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnChannelPropsMixin.FrameCaptureCdnSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnChannelPropsMixin_FrameCaptureCdnSettingsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.FrameCaptureCdnSettingsProperty |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnChannelPropsMixin.FrameCaptureCdnSettingsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » CfnChannelPropsMixin » FrameCaptureCdnSettingsProperty |
Settings to configure the destination of a Frame Capture output.
The parent of this entity is FrameCaptureGroupSettings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from '@aws-cdk/cfn-property-mixins';
const frameCaptureCdnSettingsProperty: medialive.CfnChannelPropsMixin.FrameCaptureCdnSettingsProperty = {
frameCaptureS3Settings: {
cannedAcl: 'cannedAcl',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| frame | IResolvable | Frame | Sets up Amazon S3 as the destination for this Frame Capture output. |
frameCaptureS3Settings?
Type:
IResolvable | Frame
(optional)
Sets up Amazon S3 as the destination for this Frame Capture output.

.NET
Go
Java
Python
TypeScript