@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:48.017Z") @Stability(value=Experimental) public interface RotationScheduleOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
RotationScheduleOptions.Builder
A builder for
RotationScheduleOptions |
static class |
RotationScheduleOptions.Jsii$Proxy
An implementation for
RotationScheduleOptions |
| Modifier and Type | Method and Description |
|---|---|
static RotationScheduleOptions.Builder |
builder() |
default Duration |
getAutomaticallyAfter()
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
default HostedRotation |
getHostedRotation()
(experimental) Hosted rotation.
|
default IFunction |
getRotationLambda()
(experimental) A Lambda function that can rotate the secret.
|
@Stability(value=Experimental) @Nullable default Duration getAutomaticallyAfter()
Default: Duration.days(30)
@Stability(value=Experimental) @Nullable default HostedRotation getHostedRotation()
Default: - either `rotationLambda` or `hostedRotation` must be specified
@Stability(value=Experimental) @Nullable default IFunction getRotationLambda()
Default: - either `rotationLambda` or `hostedRotation` must be specified
@Stability(value=Experimental) static RotationScheduleOptions.Builder builder()
RotationScheduleOptions.Builder of RotationScheduleOptionsCopyright © 2021. All rights reserved.