Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CloudCredentials ¶
type SecretsManagerPluginCredentials ¶
type SecretsManagerPluginCredentials struct { AccessKeyId string AccessKeySecret string ExpireTimestamp int64 GenerateTimestamp int64 }
func (*SecretsManagerPluginCredentials) GetAccessKeyId ¶
func (sc *SecretsManagerPluginCredentials) GetAccessKeyId() string
func (*SecretsManagerPluginCredentials) GetAccessKeySecret ¶
func (sc *SecretsManagerPluginCredentials) GetAccessKeySecret() string
func (*SecretsManagerPluginCredentials) GetValidDuration ¶
func (sc *SecretsManagerPluginCredentials) GetValidDuration() int64
func (*SecretsManagerPluginCredentials) IsExpire ¶
func (sc *SecretsManagerPluginCredentials) IsExpire() bool
Click to show internal directories.
Click to hide internal directories.