Class CfnChannelPropsMixin.FrameCaptureS3SettingsProperty
Sets up Amazon S3 as the destination for this Frame Capture output.
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnChannelPropsMixin.FrameCaptureS3SettingsProperty : CfnChannelPropsMixin.IFrameCaptureS3SettingsProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.FrameCaptureS3SettingsProperty Implements CfnChannelPropsMixin.IFrameCaptureS3SettingsProperty
Remarks
The parent of this entity is FrameCaptureCdnSettings.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MediaLive;
var frameCaptureS3SettingsProperty = new FrameCaptureS3SettingsProperty {
CannedAcl = "cannedAcl"
};
Synopsis
Constructors
| FrameCaptureS3SettingsProperty() | Sets up Amazon S3 as the destination for this Frame Capture output. |
Properties
| CannedAcl | Specify the canned ACL to apply to each S3 request. |
Constructors
FrameCaptureS3SettingsProperty()
Sets up Amazon S3 as the destination for this Frame Capture output.
public FrameCaptureS3SettingsProperty()
Remarks
The parent of this entity is FrameCaptureCdnSettings.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.CfnPropertyMixins.AWS.MediaLive;
var frameCaptureS3SettingsProperty = new FrameCaptureS3SettingsProperty {
CannedAcl = "cannedAcl"
};
Properties
CannedAcl
Specify the canned ACL to apply to each S3 request.
public string? CannedAcl { get; set; }