Skip to main content

TSecretsManagerRemoveRegionsFromReplicationRequest

Class in AWS.SecretsManager

RemoveRegionsFromReplication request class.

Ancestors

Properties

RemoveReplicaRegions

property RemoveReplicaRegions: TList<string>

SecretId

property SecretId: string

Constructors

Create

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

Constructor for TSecretsManagerRemoveRegionsFromReplicationRequest.

Parameters

NameDescription
ASecretIdSpecify the Amazon Resource Name (ARN) or name of the secret.
ARemoveReplicaRegionsSpecify a list of regions to remove replicas from.