| Package | Description |
|---|---|
| software.amazon.awscdk.services.secretsmanager |
AWS Secrets Manager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
SecretRotation.Builder |
SecretRotation.Builder.application(SecretRotationApplication application)
(experimental) The serverless application for the rotation.
|
SecretRotation.Builder |
SecretRotation.Builder.automaticallyAfter(Duration automaticallyAfter)
(experimental) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.
|
static SecretRotation.Builder |
SecretRotation.Builder.create(software.constructs.Construct scope,
String id) |
SecretRotation.Builder |
SecretRotation.Builder.excludeCharacters(String excludeCharacters)
(experimental) Characters which should not appear in the generated password.
|
SecretRotation.Builder |
SecretRotation.Builder.masterSecret(ISecret masterSecret)
(experimental) The master secret for a multi user rotation scheme.
|
SecretRotation.Builder |
SecretRotation.Builder.secret(ISecret secret)
(experimental) The secret to rotate.
|
SecretRotation.Builder |
SecretRotation.Builder.securityGroup(ISecurityGroup securityGroup)
(experimental) The security group for the Lambda rotation function.
|
SecretRotation.Builder |
SecretRotation.Builder.target(IConnectable target)
(experimental) The target service or database.
|
SecretRotation.Builder |
SecretRotation.Builder.vpc(IVpc vpc)
(experimental) The VPC where the Lambda rotation function will run.
|
SecretRotation.Builder |
SecretRotation.Builder.vpcSubnets(SubnetSelection vpcSubnets)
(experimental) The type of subnets in the VPC where the Lambda rotation function will run.
|
Copyright © 2021. All rights reserved.