Skip to main content

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

NameDescription
ASecretIdSpecify the Amazon Resource Name (ARN) or name of the secret with version and staging labels to update.
AVersionStageSpecify the staging label to add or remove to a version.