aws-cdk-lib.aws_medialive.CfnChannel.FrameCaptureCdnSettingsProperty

interface FrameCaptureCdnSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.FrameCaptureCdnSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_FrameCaptureCdnSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.FrameCaptureCdnSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.FrameCaptureCdnSettingsProperty
TypeScript aws-cdk-lib » 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 { aws_medialive as medialive } from 'aws-cdk-lib';
const frameCaptureCdnSettingsProperty: medialive.CfnChannel.FrameCaptureCdnSettingsProperty = {
  frameCaptureS3Settings: {
    cannedAcl: 'cannedAcl',
  },
};

Properties

NameTypeDescription
frameCaptureS3Settings?IResolvable | FrameCaptureS3SettingsPropertySets up Amazon S3 as the destination for this Frame Capture output.

frameCaptureS3Settings?

Type: IResolvable | FrameCaptureS3SettingsProperty (optional)

Sets up Amazon S3 as the destination for this Frame Capture output.