interface FrameCaptureCdnSettingsProperty
| Language | Type name | 
|---|---|
  .NET | Amazon.CDK.AWS.MediaLive.CfnChannel.FrameCaptureCdnSettingsProperty | 
  Java | software.amazon.awscdk.services.medialive.CfnChannel.FrameCaptureCdnSettingsProperty | 
  Python | aws_cdk.aws_medialive.CfnChannel.FrameCaptureCdnSettingsProperty | 
  TypeScript  | @aws-cdk/aws-medialive » CfnChannel » 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 * as medialive from '@aws-cdk/aws-medialive';
const frameCaptureCdnSettingsProperty: medialive.CfnChannel.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
 Java
 Python
 TypeScript