Show / Hide Table of Contents

Class CfnChannelPropsMixin.FrameCaptureS3SettingsProperty

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

Inheritance
object
CfnChannelPropsMixin.FrameCaptureS3SettingsProperty
Implements
CfnChannelPropsMixin.IFrameCaptureS3SettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-framecaptures3settings.html

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-framecaptures3settings.html

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; }
Property Value

string

Remarks

Defaults to none.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-framecaptures3settings.html#cfn-medialive-channel-framecaptures3settings-cannedacl

Implements

CfnChannelPropsMixin.IFrameCaptureS3SettingsProperty
Back to top Generated by DocFX