Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.secretsmanager.CfnRotationSchedulePropsMixin.Builder
Packages that use CfnRotationSchedulePropsMixin.Builder
-
Uses of CfnRotationSchedulePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.secretsmanager
Methods in software.amazon.awscdk.cfnpropertymixins.services.secretsmanager that return CfnRotationSchedulePropsMixin.BuilderModifier and TypeMethodDescriptionCfnRotationSchedulePropsMixin.Builder.create()CfnRotationSchedulePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnRotationSchedulePropsMixin.Builder.externalSecretRotationMetadata(List<? extends Object> externalSecretRotationMetadata) The list of metadata needed to successfully rotate a managed external secret.CfnRotationSchedulePropsMixin.Builder.externalSecretRotationMetadata(IResolvable externalSecretRotationMetadata) The list of metadata needed to successfully rotate a managed external secret.CfnRotationSchedulePropsMixin.Builder.externalSecretRotationRoleArn(String externalSecretRotationRoleArn) The ARN of the IAM role that is used by Secrets Manager to rotate a managed external secret.CfnRotationSchedulePropsMixin.Builder.hostedRotationLambda(CfnRotationSchedulePropsMixin.HostedRotationLambdaProperty hostedRotationLambda) Creates a new Lambda rotation function based on one of the Secrets Manager rotation function templates .CfnRotationSchedulePropsMixin.Builder.hostedRotationLambda(IResolvable hostedRotationLambda) Creates a new Lambda rotation function based on one of the Secrets Manager rotation function templates .CfnRotationSchedulePropsMixin.Builder.rotateImmediatelyOnUpdate(Boolean rotateImmediatelyOnUpdate) Determines whether to rotate the secret immediately or wait until the next scheduled rotation window when the rotation schedule is updated.CfnRotationSchedulePropsMixin.Builder.rotateImmediatelyOnUpdate(IResolvable rotateImmediatelyOnUpdate) Determines whether to rotate the secret immediately or wait until the next scheduled rotation window when the rotation schedule is updated.CfnRotationSchedulePropsMixin.Builder.rotationLambdaArn(String rotationLambdaArn) The ARN of an existing Lambda rotation function.CfnRotationSchedulePropsMixin.Builder.rotationRules(CfnRotationSchedulePropsMixin.RotationRulesProperty rotationRules) A structure that defines the rotation configuration for this secret.CfnRotationSchedulePropsMixin.Builder.rotationRules(IResolvable rotationRules) A structure that defines the rotation configuration for this secret.The ARN or name of the secret to rotate.