aws-cdk-lib.aws_medialive.CfnChannel.ArchiveS3SettingsProperty

interface ArchiveS3SettingsProperty

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

Properties

NameTypeDescription
cannedAcl?stringSpecify 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.