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 )
Click to show internal directories.
Click to hide internal directories.