aws-cdk-lib.aws_medialive.CfnChannel.ArchiveCdnSettingsProperty

interface ArchiveCdnSettingsProperty

LanguageType name
.NETAmazon.CDK.AWS.MediaLive.CfnChannel.ArchiveCdnSettingsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnChannel_ArchiveCdnSettingsProperty
Javasoftware.amazon.awscdk.services.medialive.CfnChannel.ArchiveCdnSettingsProperty
Pythonaws_cdk.aws_medialive.CfnChannel.ArchiveCdnSettingsProperty
TypeScript aws-cdk-lib » aws_medialive » CfnChannel » 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-lib';
const archiveCdnSettingsProperty: medialive.CfnChannel.ArchiveCdnSettingsProperty = {
  archiveS3Settings: {
    cannedAcl: 'cannedAcl',
  },
};

Properties

NameTypeDescription
archiveS3Settings?IResolvable | ArchiveS3SettingsPropertySets up Amazon S3 as the destination for this Archive output.

archiveS3Settings?

Type: IResolvable | ArchiveS3SettingsProperty (optional)

Sets up Amazon S3 as the destination for this Archive output.