@Stability(value=Stable)
public static interface CfnChannel.ArchiveGroupSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is OutputGroupSettings.
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.*;
ArchiveGroupSettingsProperty archiveGroupSettingsProperty = ArchiveGroupSettingsProperty.builder()
.archiveCdnSettings(ArchiveCdnSettingsProperty.builder()
.archiveS3Settings(ArchiveS3SettingsProperty.builder()
.cannedAcl("cannedAcl")
.build())
.build())
.destination(OutputLocationRefProperty.builder()
.destinationRefId("destinationRefId")
.build())
.rolloverInterval(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.ArchiveGroupSettingsProperty.Builder
A builder for
CfnChannel.ArchiveGroupSettingsProperty |
static class |
CfnChannel.ArchiveGroupSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.ArchiveGroupSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.ArchiveGroupSettingsProperty.Builder |
builder() |
default Object |
getArchiveCdnSettings()
Settings to configure the destination of an Archive output.
|
default Object |
getDestination()
A directory and base file name where archive files should be written.
|
default Number |
getRolloverInterval()
The number of seconds to write to an archive file before closing and starting a new one.
|
@Stability(value=Stable) @Nullable default Object getArchiveCdnSettings()
@Stability(value=Stable) @Nullable default Object getDestination()
@Stability(value=Stable) @Nullable default Number getRolloverInterval()
@Stability(value=Stable) static CfnChannel.ArchiveGroupSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.