@Stability(value=Stable)
public static interface CfnChannel.ArchiveCdnSettingsProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.medialive.*;
ArchiveCdnSettingsProperty archiveCdnSettingsProperty = ArchiveCdnSettingsProperty.builder()
.archiveS3Settings(ArchiveS3SettingsProperty.builder()
.cannedAcl("cannedAcl")
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.ArchiveCdnSettingsProperty.Builder
A builder for
CfnChannel.ArchiveCdnSettingsProperty |
static class |
CfnChannel.ArchiveCdnSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.ArchiveCdnSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.ArchiveCdnSettingsProperty.Builder |
builder() |
default Object |
getArchiveS3Settings()
Sets up Amazon S3 as the destination for this Archive output.
|
@Stability(value=Stable) @Nullable default Object getArchiveS3Settings()
@Stability(value=Stable) static CfnChannel.ArchiveCdnSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.