Skip to main content
Dotset CLI API Documentation / index / AwsSecretsManagerOptions

Interface: AwsSecretsManagerOptions

Defined in: src/shield/providers/types.ts:95 AWS Secrets Manager options

Extends

  • ProviderOptions

Properties

region?

optional region: string;
Defined in: src/shield/providers/types.ts:97 AWS region

scope?

optional scope: Scope;
Defined in: src/shield/providers/types.ts:70 Environment scope

Inherited from

ProviderOptions.scope

secretNames?

optional secretNames: string[];
Defined in: src/shield/providers/types.ts:100 Secret name patterns (supports * wildcard)

workDir?

optional workDir: string;
Defined in: src/shield/providers/types.ts:67 Working directory for file-based providers

Inherited from

ProviderOptions.workDir