@Stability(value=Stable)
public static interface CfnRotationSchedule.RotationRulesProperty
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.secretsmanager.*;
RotationRulesProperty rotationRulesProperty = RotationRulesProperty.builder()
.automaticallyAfterDays(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRotationSchedule.RotationRulesProperty.Builder
A builder for
CfnRotationSchedule.RotationRulesProperty |
static class |
CfnRotationSchedule.RotationRulesProperty.Jsii$Proxy
An implementation for
CfnRotationSchedule.RotationRulesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRotationSchedule.RotationRulesProperty.Builder |
builder() |
default Number |
getAutomaticallyAfterDays()
`CfnRotationSchedule.RotationRulesProperty.AutomaticallyAfterDays`.
|
@Stability(value=Stable) @Nullable default Number getAutomaticallyAfterDays()
@Stability(value=Stable) static CfnRotationSchedule.RotationRulesProperty.Builder builder()
Copyright © 2021. All rights reserved.