aws-cdk-lib.aws_medialive.CfnChannel.FrameCaptureGroupSettingsProperty

interface FrameCaptureGroupSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.FrameCaptureGroupSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_FrameCaptureGroupSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.FrameCaptureGroupSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.FrameCaptureGroupSettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » FrameCaptureGroupSettingsProperty

The settings for a frame capture output group.

The parent of this entity is OutputGroupSettings.

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 frameCaptureGroupSettingsProperty: medialive.CfnChannel.FrameCaptureGroupSettingsProperty = {
  destination: {
    destinationRefId: 'destinationRefId',
  },
  frameCaptureCdnSettings: {
    frameCaptureS3Settings: {
      cannedAcl: 'cannedAcl',
    },
  },
};

Properties

NameTypeDescription
destination?IResolvable | OutputLocationRefPropertyThe destination for the frame capture files.
frameCaptureCdnSettings?IResolvable | FrameCaptureCdnSettingsPropertySettings to configure the destination of a Frame Capture output.

destination?

Type: IResolvable | OutputLocationRefProperty (optional)

The destination for the frame capture files.

The destination is either the URI for an Amazon S3 bucket and object, plus a file name prefix (for example, s3ssl://sportsDelivery/highlights/20180820/curling_) or the URI for a MediaStore container, plus a file name prefix (for example, mediastoressl://sportsDelivery/20180820/curling_). The final file names consist of the prefix from the destination field (for example, "curling_") + name modifier + the counter (5 digits, starting from 00001) + extension (which is always .jpg). For example, curlingLow.00001.jpg.


frameCaptureCdnSettings?

Type: IResolvable | FrameCaptureCdnSettingsProperty (optional)

Settings to configure the destination of a Frame Capture output.