Class CfnChannelPropsMixin.HlsS3SettingsProperty
Sets up Amazon S3 as the destination for this HLS output.
Implements
Inherited Members
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.
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.
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; }