| Package | Description |
|---|---|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnRotationSchedule.Builder |
CfnRotationSchedule.Builder.create(software.constructs.Construct scope,
String id) |
CfnRotationSchedule.Builder |
CfnRotationSchedule.Builder.hostedRotationLambda(CfnRotationSchedule.HostedRotationLambdaProperty hostedRotationLambda)
Creates a new Lambda rotation function based on one of the [Secrets Manager rotation function templates](https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_available-rotation-templates.html) .
|
CfnRotationSchedule.Builder |
CfnRotationSchedule.Builder.hostedRotationLambda(IResolvable hostedRotationLambda)
Creates a new Lambda rotation function based on one of the [Secrets Manager rotation function templates](https://docs.aws.amazon.com/secretsmanager/latest/userguide/reference_available-rotation-templates.html) .
|
CfnRotationSchedule.Builder |
CfnRotationSchedule.Builder.rotateImmediatelyOnUpdate(Boolean rotateImmediatelyOnUpdate)
Specifies whether to rotate the secret immediately or wait until the next scheduled rotation window.
|
CfnRotationSchedule.Builder |
CfnRotationSchedule.Builder.rotateImmediatelyOnUpdate(IResolvable rotateImmediatelyOnUpdate)
Specifies whether to rotate the secret immediately or wait until the next scheduled rotation window.
|
CfnRotationSchedule.Builder |
CfnRotationSchedule.Builder.rotationLambdaArn(String rotationLambdaArn)
The ARN of an existing Lambda rotation function.
|
CfnRotationSchedule.Builder |
CfnRotationSchedule.Builder.rotationRules(CfnRotationSchedule.RotationRulesProperty rotationRules)
A structure that defines the rotation configuration for this secret.
|
CfnRotationSchedule.Builder |
CfnRotationSchedule.Builder.rotationRules(IResolvable rotationRules)
A structure that defines the rotation configuration for this secret.
|
CfnRotationSchedule.Builder |
CfnRotationSchedule.Builder.secretId(String secretId)
The ARN or name of the secret to rotate.
|
Copyright © 2022. All rights reserved.