ssm

package
v1.13.1 Latest Latest
Warning

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

Go to latest
Published: Apr 1, 2024 License: Apache-2.0 Imports: 11 Imported by: 1

Documentation

Index

Constants

View Source
const (
	VersionID = "VersionID"
	RequestID = "RequestID"
	ValueType = "SecretValueType"
)

Variables

This section is empty.

Functions

func NewSSM

func NewSSM(logger logger.Logger) secretstores.SecretStore

NewSSM returns a new TencentCloud ssm secret store.

Types

type SecretValueType

type SecretValueType uint16
var (
	// TextSecretValue text secret.
	TextSecretValue SecretValueType = 10
	// BinarySecretValue binary secret.
	BinarySecretValue SecretValueType = 20
)

type SsmMetadata added in v1.10.1

type SsmMetadata struct {
	SecretID  string
	SecretKey string
	Token     string
	Region    string
}

Jump to

Keyboard shortcuts

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