Skip to main content

TSecretsManagerUntagResourceRequest

Class in AWS.SecretsManager

UntagResource request class.

Ancestors

Properties

SecretId

property SecretId: string

TagKeys

property TagKeys: TList<string>

Constructors

Create

constructor Create(const ASecretId: string; const ATagKeys: array of string);

Constructor for TSecretsManagerUntagResourceRequest.

Parameters

NameDescription
ASecretIdSpecify the Amazon Resource Name (ARN) or name of the secret.
ATagKeysSpecify a list of tag key names to remove from the secret.