Show / Hide Table of Contents

Interface CfnChannelPropsMixin.IHlsS3SettingsProperty

Sets up Amazon S3 as the destination for this HLS output.

Namespace: Amazon.CDK.CfnPropertyMixins.AWS.MediaLive
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnChannelPropsMixin.IHlsS3SettingsProperty
Syntax (vb)
Public Interface CfnChannelPropsMixin.IHlsS3SettingsProperty
Remarks

The parent of this entity is HlsCdnSettings.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-medialive-channel-hlss3settings.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 hlsS3SettingsProperty = new HlsS3SettingsProperty {
                 CannedAcl = "cannedAcl"
             };

Synopsis

Properties

CannedAcl

Specify the canned ACL to apply to each S3 request.

Properties

CannedAcl

Specify the canned ACL to apply to each S3 request.

string? CannedAcl { get; }
Property Value

string

Remarks

Defaults to none.

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

Back to top Generated by DocFX