| 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)
(experimental) Binds this hosted rotation to a secret.
|
CfnRotationSchedule.HostedRotationLambdaProperty |
CfnRotationSchedule.HostedRotationLambdaProperty.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
CfnRotationScheduleProps.Builder |
CfnRotationScheduleProps.Builder.hostedRotationLambda(CfnRotationSchedule.HostedRotationLambdaProperty hostedRotationLambda)
Sets the value of
CfnRotationScheduleProps.getHostedRotationLambda() |
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.
|
void |
CfnRotationSchedule.setHostedRotationLambda(CfnRotationSchedule.HostedRotationLambdaProperty value)
To use these values, you must specify `Transform: AWS::SecretsManager-2020-07-23` at the beginning of the CloudFormation template.
|
Copyright © 2022. All rights reserved.