Interface CfnChannel.IArchiveS3SettingsProperty
Sets up Amazon S3 as the destination for this Archive output.
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IArchiveS3SettingsProperty
Syntax (vb)
Public Interface IArchiveS3SettingsProperty
Remarks
The parent of this entity is ArchiveCdnSettings.
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.AWS.MediaLive;
var archiveS3SettingsProperty = new ArchiveS3SettingsProperty {
CannedAcl = "cannedAcl"
};
Synopsis
Properties
Canned |
Specify the canned ACL to apply to each S3 request. |
Properties
CannedAcl
Specify the canned ACL to apply to each S3 request.
virtual string CannedAcl { get; }
Property Value
System.