Class AwsSecretsManagerCredentialStoreOptions
- Namespace
- JD.AI.Credentials.Aws
- Assembly
- JD.AI.Credentials.Aws.dll
Configuration options for AwsSecretsManagerCredentialStore.
public sealed class AwsSecretsManagerCredentialStoreOptions
- Inheritance
-
AwsSecretsManagerCredentialStoreOptions
- Inherited Members
Properties
Prefix
Optional prefix applied to all secret names (e.g. "jdai/").
public string Prefix { get; set; }
Property Value
Region
The AWS region (e.g. us-east-1). If null, the SDK default region resolution is used.
public string? Region { get; set; }