TSecretsManagerUpdateSecretVersionStageRequest
Class in AWS.SecretsManager
UpdateSecretVersionStage request class.
Ancestors
Properties
MoveToVersionId
property MoveToVersionId: string
RemoveFromVersionId
property RemoveFromVersionId: string
SecretId
property SecretId: string
VersionStage
property VersionStage: string
Constructors
Create
constructor Create(const ASecretId, AVersionStage: string);
Constructor for TSecretsManagerUpdateSecretVersionStageRequest.
Parameters
| Name | Description |
|---|---|
ASecretId | Specify the Amazon Resource Name (ARN) or name of the secret with version and staging labels to update. |
AVersionStage | Specify the staging label to add or remove to a version. |