@Stability(value=Stable)
public static interface CfnLifecyclePolicy.ArchiveRuleProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.dlm.*;
ArchiveRuleProperty archiveRuleProperty = ArchiveRuleProperty.builder()
.retainRule(ArchiveRetainRuleProperty.builder()
.retentionArchiveTier(RetentionArchiveTierProperty.builder()
.count(123)
.interval(123)
.intervalUnit("intervalUnit")
.build())
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLifecyclePolicy.ArchiveRuleProperty.Builder
A builder for
CfnLifecyclePolicy.ArchiveRuleProperty |
static class |
CfnLifecyclePolicy.ArchiveRuleProperty.Jsii$Proxy
An implementation for
CfnLifecyclePolicy.ArchiveRuleProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnLifecyclePolicy.ArchiveRuleProperty.Builder |
builder() |
Object |
getRetainRule()
`CfnLifecyclePolicy.ArchiveRuleProperty.RetainRule`.
|
@Stability(value=Stable) @NotNull Object getRetainRule()
@Stability(value=Stable) static CfnLifecyclePolicy.ArchiveRuleProperty.Builder builder()
Copyright © 2022. All rights reserved.