interface ArchiveCdnSettingsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.MediaLive.CfnChannelPropsMixin.ArchiveCdnSettingsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsmedialive#CfnChannelPropsMixin_ArchiveCdnSettingsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.medialive.CfnChannelPropsMixin.ArchiveCdnSettingsProperty |
Python | aws_cdk.cfn_property_mixins.aws_medialive.CfnChannelPropsMixin.ArchiveCdnSettingsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_medialive » CfnChannelPropsMixin » ArchiveCdnSettingsProperty |
Settings to configure the destination of an Archive output.
The parent of this entity is ArchiveGroupSettings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from '@aws-cdk/cfn-property-mixins';
const archiveCdnSettingsProperty: medialive.CfnChannelPropsMixin.ArchiveCdnSettingsProperty = {
archiveS3Settings: {
cannedAcl: 'cannedAcl',
},
};
Properties
| Name | Type | Description |
|---|---|---|
| archive | IResolvable | Archive | Sets up Amazon S3 as the destination for this Archive output. |
archiveS3Settings?
Type:
IResolvable | Archive
(optional)
Sets up Amazon S3 as the destination for this Archive output.

.NET
Go
Java
Python
TypeScript