class Aws::MediaLive::Types::FrameCaptureGroupSettings

Frame Capture Group Settings

@note When making an API call, you may pass FrameCaptureGroupSettings

data as a hash:

    {
      destination: { # required
        destination_ref_id: "__string",
      },
      frame_capture_cdn_settings: {
        frame_capture_s3_settings: {
          canned_acl: "AUTHENTICATED_READ", # accepts AUTHENTICATED_READ, BUCKET_OWNER_FULL_CONTROL, BUCKET_OWNER_READ, PUBLIC_READ
        },
      },
    }

@!attribute [rw] destination

The destination for the frame capture files. 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,
curling-low.00001.jpg
@return [Types::OutputLocationRef]

@!attribute [rw] frame_capture_cdn_settings

Parameters that control interactions with the CDN.
@return [Types::FrameCaptureCdnSettings]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/FrameCaptureGroupSettings AWS API Documentation

Constants

SENSITIVE