Uses of Class
software.amazon.awscdk.services.secretsmanager.SecretRotationProps.Builder
Packages that use SecretRotationProps.Builder
Package
Description
AWS Secrets Manager Construct Library
-
Uses of SecretRotationProps.Builder in software.amazon.awscdk.services.secretsmanager
Methods in software.amazon.awscdk.services.secretsmanager that return SecretRotationProps.BuilderModifier and TypeMethodDescriptionSecretRotationProps.Builder.application
(SecretRotationApplication application) Sets the value ofSecretRotationProps.getApplication()
SecretRotationProps.Builder.automaticallyAfter
(Duration automaticallyAfter) Sets the value ofSecretRotationProps.getAutomaticallyAfter()
static SecretRotationProps.Builder
SecretRotationProps.builder()
SecretRotationProps.Builder.endpoint
(IInterfaceVpcEndpoint endpoint) Sets the value ofSecretRotationProps.getEndpoint()
SecretRotationProps.Builder.excludeCharacters
(String excludeCharacters) Sets the value ofSecretRotationProps.getExcludeCharacters()
SecretRotationProps.Builder.masterSecret
(ISecret masterSecret) Sets the value ofSecretRotationProps.getMasterSecret()
SecretRotationProps.Builder.rotateImmediatelyOnUpdate
(Boolean rotateImmediatelyOnUpdate) Sets the value ofSecretRotationProps.getRotateImmediatelyOnUpdate()
Sets the value ofSecretRotationProps.getSecret()
SecretRotationProps.Builder.securityGroup
(ISecurityGroup securityGroup) Sets the value ofSecretRotationProps.getSecurityGroup()
SecretRotationProps.Builder.target
(IConnectable target) Sets the value ofSecretRotationProps.getTarget()
Sets the value ofSecretRotationProps.getVpc()
SecretRotationProps.Builder.vpcSubnets
(SubnetSelection vpcSubnets) Sets the value ofSecretRotationProps.getVpcSubnets()
Constructors in software.amazon.awscdk.services.secretsmanager with parameters of type SecretRotationProps.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(SecretRotationProps.Builder builder) Constructor that initializes the object based on literal property values passed by theSecretRotationProps.Builder
.