TSecretsManagerReplicaRegionType
Class in AWS.SecretsManager
ReplicaRegionType class.
Ancestors
Properties
KmsKeyId
property KmsKeyId: string
Region
property Region: string
Constructors
Create
constructor Create; overload;
Constructor for TSecretsManagerReplicaRegionType.
constructor Create(const ARegion: string; const AKmsKeyId: string = ''); overload;
Constructor for TSecretsManagerReplicaRegionType.
Parameters
| Name | Description |
|---|---|
ARegion | The region code. |
AKmsKeyId | The Amazon Resource Name (ARN), key ID, or alias of the KMS key to encrypt the secret. If not specified, Secrets Manager will use. |