Uses of Class
software.amazon.awscdk.services.secretsmanager.SecretRotation.Builder
Packages that use SecretRotation.Builder
Package
Description
AWS Secrets Manager Construct Library
-
Uses of SecretRotation.Builder in software.amazon.awscdk.services.secretsmanager
Methods in software.amazon.awscdk.services.secretsmanager that return SecretRotation.BuilderModifier and TypeMethodDescriptionSecretRotation.Builder.application(SecretRotationApplication application) The serverless application for the rotation.SecretRotation.Builder.automaticallyAfter(Duration automaticallyAfter) Specifies the number of days after the previous rotation before Secrets Manager triggers the next automatic rotation.static SecretRotation.BuilderSecretRotation.Builder.endpoint(IInterfaceVpcEndpoint endpoint) The VPC interface endpoint to use for the Secrets Manager API.SecretRotation.Builder.excludeCharacters(String excludeCharacters) Characters which should not appear in the generated password.SecretRotation.Builder.masterSecret(ISecret masterSecret) The master secret for a multi user rotation scheme.The secret to rotate.SecretRotation.Builder.securityGroup(ISecurityGroup securityGroup) The security group for the Lambda rotation function.SecretRotation.Builder.target(IConnectable target) The target service or database.The VPC where the Lambda rotation function will run.SecretRotation.Builder.vpcSubnets(SubnetSelection vpcSubnets) The type of subnets in the VPC where the Lambda rotation function will run.