| Package | Description |
|---|---|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnRotationSchedule.Builder |
CfnRotationSchedule.Builder.create(Construct scope,
String id) |
CfnRotationSchedule.Builder |
CfnRotationSchedule.Builder.hostedRotationLambda(CfnRotationSchedule.HostedRotationLambdaProperty hostedRotationLambda)
To use these values, you must specify `Transform: AWS::SecretsManager-2020-07-23` at the beginning of the CloudFormation template.
|
CfnRotationSchedule.Builder |
CfnRotationSchedule.Builder.hostedRotationLambda(IResolvable hostedRotationLambda)
To use these values, you must specify `Transform: AWS::SecretsManager-2020-07-23` at the beginning of the CloudFormation template.
|
CfnRotationSchedule.Builder |
CfnRotationSchedule.Builder.rotationLambdaArn(String rotationLambdaArn)
The ARN of the Lambda function that can rotate the secret.
|
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.