Skip to main content

ISecretsManagerDeleteSecretRequest

Interface in AWS.SecretsManager

Interface for DeleteSecret requests.

Ancestors

Properties

ForceDeleteWithoutRecovery

property ForceDeleteWithoutRecovery: TOptional<Boolean>

Specify whether to delete the secret without any recovery window.

ForceDeleteWithoutRecovery can not be used in conjunction with RecoveryWindowInDays.

RecoveryWindowInDays

property RecoveryWindowInDays: TOptional<Integer>

Specify the number of days that Secrets Manager waits before permanently deleting the secret.

Valid range from 7 to 30 days. RecoveryWindowInDays can not be used in conjunction with ForceDeleteWithoutRecovery.

SecretId

property SecretId: string

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