Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Client ¶
type Client interface {
GetSecretValue(ctx context.Context, input *secretsmanager.GetSecretValueInput, optFns ...func(*secretsmanager.Options)) (*secretsmanager.GetSecretValueOutput, error)
}
type Option ¶
type Option func(*source)
func WithClient ¶
WithClient sets the AWS Secrets Manager client
func WithRegion ¶
WithRegion sets the AWS region where secrets are stored
func WithSecretID ¶
WithSecretID sets the ID or ARN of the secret to load
Click to show internal directories.
Click to hide internal directories.