Documentation ¶
Index ¶
Constants ¶
View Source
const (
//ServiceID aws KMS ID.
ServiceID = "aws/kms"
)
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SetupKeyInput ¶
type SetupKeyInput struct { kms.CreateKeyInput `json:",inline" yaml:",inline"` kms.CreateAliasInput `json:",inline" yaml:",inline"` }
SetupKeyInput setup key with alias
func (*SetupKeyInput) Validate ¶
func (i *SetupKeyInput) Validate() error
Click to show internal directories.
Click to hide internal directories.