Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateSecretsManagerServiceMock ¶
func CreateSecretsManagerServiceMock(options ...SecretsManagerServiceMockOption) *secretsManagerServiceMock
CreateSecretsManagerServiceMock creates a new instance of the Secrets Manager service mock with the provided options.
func CreateSecretsManagerServiceMockFactory ¶
func CreateSecretsManagerServiceMockFactory( options ...SecretsManagerServiceMockOption, ) func(awsConfig *aws.Config, providerContext provider.Context) secretsmanagerservice.Service
CreateSecretsManagerServiceMockFactory returns a service factory bound to a single mock instance.
Types ¶
type SecretsManagerServiceMockOption ¶
type SecretsManagerServiceMockOption func(*secretsManagerServiceMock)
SecretsManagerServiceMockOption is a function type for configuring the Secrets Manager service mock.
func WithGetSecretValueError ¶
func WithGetSecretValueError(err error) SecretsManagerServiceMockOption
func WithGetSecretValueOutput ¶
func WithGetSecretValueOutput(output *secretsmanager.GetSecretValueOutput) SecretsManagerServiceMockOption
Click to show internal directories.
Click to hide internal directories.