ssm

package
v1.41.66 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 27, 2023 License: Unlicense Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewClient

func NewClient(params ClientParams) (*ssm.Client, error)

NewClient for SSM.

Types

type ClientParams

type ClientParams struct {
	fx.In

	HTTPConfig *http.Config
	Logger     *zap.Logger
	Tracer     otel.Tracer
	Metrics    *prometheus.ClientMetrics
}

ConfigParams for SSM.

type Secret

type Secret struct {
	Data map[string]any `json:"data"`
}

Secret from SSM.

type Transformer

type Transformer struct {
	// contains filtered or unexported fields
}

Transformer for SSM.

func NewTransformer

func NewTransformer(client *ssm.Client, tracer otel.Tracer) *Transformer

NewTransformer for SSM.

func (*Transformer) Transform

func (t *Transformer) Transform(ctx context.Context, value string) (any, error)

Transform for SSM.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL