Documentation ¶
Index ¶
- type InfraConfig
- func (c InfraConfig) GetCdns(ctx context.Context) ([]*cloudfront.GetDistributionOutput, error)
- func (c InfraConfig) InvalidateCdnPaths(ctx context.Context, urlPaths []string) error
- func (c InfraConfig) Print(logger *log.Logger)
- func (c InfraConfig) UpdateCdnVersion(ctx context.Context, version string) error
- func (c InfraConfig) UploadArtifact(ctx context.Context, source string, filepaths []string, version string) error
- type Provider
- func (p Provider) DefaultLogProvider() string
- func (p Provider) Deploy(nsConfig api.Config, details app.Details, userConfig map[string]string) error
- func (p Provider) Push(nsConfig api.Config, details app.Details, userConfig map[string]string) error
- func (p Provider) Status(nsConfig api.Config, details app.Details) (app.StatusReport, error)
- func (p Provider) StatusDetail(nsConfig api.Config, details app.Details) (app.StatusDetailReports, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InfraConfig ¶
type InfraConfig struct {
Outputs aws_s3_site.Outputs
}
InfraConfig provides a minimal understanding of the infrastructure provisioned for a module type=aws-s3-site
func (InfraConfig) GetCdns ¶
func (c InfraConfig) GetCdns(ctx context.Context) ([]*cloudfront.GetDistributionOutput, error)
func (InfraConfig) InvalidateCdnPaths ¶ added in v0.0.32
func (c InfraConfig) InvalidateCdnPaths(ctx context.Context, urlPaths []string) error
func (InfraConfig) Print ¶
func (c InfraConfig) Print(logger *log.Logger)
func (InfraConfig) UpdateCdnVersion ¶
func (c InfraConfig) UpdateCdnVersion(ctx context.Context, version string) error
func (InfraConfig) UploadArtifact ¶
Click to show internal directories.
Click to hide internal directories.