Skip to main content

ISecretsManagerRotateSecretRequest

Interface in AWS.SecretsManager

Interface for RotateSecret requests.

Ancestors

Properties

ClientRequestToken

property ClientRequestToken: string

Specify a token as a unique identifier for the new version of the secret.

If ClientRequestToken is not specified a UUID will be automatically generated.

RotateImmediately

property RotateImmediately: TOptional<Boolean>

Specify whether to rotate the secret immediately or wait until the next scheduled rotation window.

When not specified, by default, Secrets Manager rotates the secret immediately.

RotationLambdaARN

property RotationLambdaARN: TARN

Specify the Amazon Resource Name (ARN) of a Lambda rotation function that can rotate the secret.

RotationRules

property RotationRules: ISecretsManagerRotationRulesType

Type: ISecretsManagerRotationRulesType

Specify the configuration rules for rotating the secret.

SecretId

property SecretId: string

Specify the Amazon Resource Name (ARN) or name of the secret to rotate.