| Package | Description |
|---|---|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
RotationScheduleProps.Builder |
RotationScheduleProps.Builder.automaticallyAfter(Duration automaticallyAfter)
Sets the value of
RotationScheduleOptions.getAutomaticallyAfter() |
static RotationScheduleProps.Builder |
RotationScheduleProps.builder() |
RotationScheduleProps.Builder |
RotationScheduleProps.Builder.hostedRotation(HostedRotation hostedRotation)
Sets the value of
RotationScheduleOptions.getHostedRotation() |
RotationScheduleProps.Builder |
RotationScheduleProps.Builder.rotationLambda(IFunction rotationLambda)
Sets the value of
RotationScheduleOptions.getRotationLambda() |
RotationScheduleProps.Builder |
RotationScheduleProps.Builder.secret(ISecret secret)
Sets the value of
RotationScheduleProps.getSecret() |
Copyright © 2021. All rights reserved.