Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SecretsManagerSecret ¶
type SecretsManagerSecret struct {
CertificateChain []byte `json:"certificateChain,omitempty"`
PrivateKey []byte `json:"PrivateKey,omitempty"`
}
func Unmarshal ¶
func Unmarshal(payload *string) (*SecretsManagerSecret, error)
Click to show internal directories.
Click to hide internal directories.