TSecretsManagerDeleteSecretRequest
Class in AWS.SecretsManager
DeleteSecret request class.
Ancestors
Properties
ForceDeleteWithoutRecovery
property ForceDeleteWithoutRecovery: TOptional<Boolean>
RecoveryWindowInDays
property RecoveryWindowInDays: TOptional<Integer>
SecretId
property SecretId: string
Constructors
Create
constructor Create(const ASecretId: string);
Constructor for TSecretsManagerDeleteSecretRequest.
Parameters
| Name | Description |
|---|---|
ASecretId | Specify the Amazon Resource Name (ARN) or name of the secret to delete. |