Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Parameter ¶
type Parameter interface {
// contains filtered or unexported methods
}
Parameter is the interface for service parameters.
func WithCredentials ¶
func WithCredentials(credentials *credentials.Credentials) Parameter
WithCredentials sets the default credentials for accessing Amazon Secrets Manager.
func WithLogLevel ¶
WithLogLevel sets the log level for the module.
func WithRegion ¶
WithRegion sets the default region for accessing Amazon Secrets Manager.
type Service ¶
type Service struct {
// contains filtered or unexported fields
}
Service returns values from Amazon secrets manager. This service handles URLs with the scheme "asm". A full URL is of the form "asm://id:secret@region/secret". ID and secret can be supplied at creation time if preferred. region can also be supplied at creation time if preferred. If both are supplied URLs are of the form "asm:///secret". Any provision of ID and secret or of region will override the defaults.