interface ArchiveS3SettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.MediaLive.Mixins.CfnChannelPropsMixin.ArchiveS3SettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsmedialive/mixins#CfnChannelPropsMixin_ArchiveS3SettingsProperty |
Java | software.amazon.awscdk.mixins.preview.services.medialive.mixins.CfnChannelPropsMixin.ArchiveS3SettingsProperty |
Python | aws_cdk.mixins_preview.aws_medialive.mixins.CfnChannelPropsMixin.ArchiveS3SettingsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_medialive » mixins » CfnChannelPropsMixin » ArchiveS3SettingsProperty |
Sets up Amazon S3 as the destination for this Archive output.
The parent of this entity is ArchiveCdnSettings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as medialive_mixins } from '@aws-cdk/mixins-preview/aws-medialive';
const archiveS3SettingsProperty: medialive_mixins.CfnChannelPropsMixin.ArchiveS3SettingsProperty = {
cannedAcl: 'cannedAcl',
};
Properties
| Name | Type | Description |
|---|---|---|
| canned | string | Specify the canned ACL to apply to each S3 request. |
cannedAcl?
Type:
string
(optional)
Specify the canned ACL to apply to each S3 request.
Defaults to none.

.NET
Go
Java
Python
TypeScript