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.
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; }