| Package | Description |
|---|---|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
RotationSchedule.Builder |
RotationSchedule.Builder.automaticallyAfter(Duration automaticallyAfter)
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
static RotationSchedule.Builder |
RotationSchedule.Builder.create(software.constructs.Construct scope,
String id) |
RotationSchedule.Builder |
RotationSchedule.Builder.hostedRotation(HostedRotation hostedRotation)
(experimental) Hosted rotation.
|
RotationSchedule.Builder |
RotationSchedule.Builder.rotationLambda(IFunction rotationLambda)
(experimental) A Lambda function that can rotate the secret.
|
RotationSchedule.Builder |
RotationSchedule.Builder.secret(ISecret secret)
(experimental) The secret to rotate.
|
Copyright © 2021. All rights reserved.