Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AWSConfig ¶
type AWSConfig struct {
Enabled *bool `yaml:"enabled,omitempty"`
AWSEndpointURL *string `yaml:"aws_endpoint_url,omitempty"`
AWSProfile *string `yaml:"aws_profile,omitempty"`
S3Hostname *string `yaml:"s3_hostname,omitempty"`
MWAAEndpoint *string `yaml:"mwaa_endpoint,omitempty"`
Localstack *LocalstackConfig `yaml:"localstack,omitempty"`
}
AWSConfig represents the AWS configuration
type LocalstackConfig ¶
type LocalstackConfig struct {
Enabled *bool `yaml:"enabled,omitempty"`
Services []string `yaml:"services,omitempty"`
}
LocalstackConfig represents the Localstack configuration
Click to show internal directories.
Click to hide internal directories.