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
| Name | Description |
|---|---|
ASecretId | Specify the Amazon Resource Name (ARN) or name of the secret. |
ARemoveReplicaRegions | Specify a list of regions to remove replicas from. |