| Package | Description |
|---|---|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnRotationSchedule.HostedRotationLambdaProperty.Jsii$Proxy
An implementation for
CfnRotationSchedule.HostedRotationLambdaProperty |
| Modifier and Type | Method and Description |
|---|---|
CfnRotationSchedule.HostedRotationLambdaProperty |
HostedRotation.bind(ISecret secret,
software.constructs.Construct scope)
Binds this hosted rotation to a secret.
|
CfnRotationSchedule.HostedRotationLambdaProperty |
CfnRotationSchedule.HostedRotationLambdaProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
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) .
|
CfnRotationScheduleProps.Builder |
CfnRotationScheduleProps.Builder.hostedRotationLambda(CfnRotationSchedule.HostedRotationLambdaProperty hostedRotationLambda)
Sets the value of
CfnRotationScheduleProps.getHostedRotationLambda() |
void |
CfnRotationSchedule.setHostedRotationLambda(CfnRotationSchedule.HostedRotationLambdaProperty value)
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) .
|
Copyright © 2022. All rights reserved.