Show / Hide Table of Contents

Class CfnChannelPropsMixin.HlsS3SettingsProperty

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

Inheritance
object
CfnChannelPropsMixin.HlsS3SettingsProperty
Implements
CfnChannelPropsMixin.IHlsS3SettingsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnChannelPropsMixin.HlsS3SettingsProperty : CfnChannelPropsMixin.IHlsS3SettingsProperty
Syntax (vb)
Public Class CfnChannelPropsMixin.HlsS3SettingsProperty Implements 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.Mixins.Preview.AWS.MediaLive.Mixins;

             var hlsS3SettingsProperty = new HlsS3SettingsProperty {
                 CannedAcl = "cannedAcl"
             };

Synopsis

Constructors

HlsS3SettingsProperty()

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

Properties

CannedAcl

Specify the canned ACL to apply to each S3 request.

Constructors

HlsS3SettingsProperty()

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

public HlsS3SettingsProperty()
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.Mixins.Preview.AWS.MediaLive.Mixins;

             var hlsS3SettingsProperty = new HlsS3SettingsProperty {
                 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-hlss3settings.html#cfn-medialive-channel-hlss3settings-cannedacl

Implements

CfnChannelPropsMixin.IHlsS3SettingsProperty
Back to top Generated by DocFX