Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DefaultProfile is the default profile to be used when loading configuration // from the config files if another profile name is not provided. DefaultProfile = session.DefaultSharedConfigProfile )
Variables ¶
View Source
var ( // ErrKmsMissing - this is the custom error, returned when name, alias or arn is missing ErrKmsMissing = errors.New("kms is empty or missing") // ErrRegionMissing - this is the custom error, returned when the region is missing ErrRegionMissing = errors.New("region is empty or missing") )
Functions ¶
Types ¶
type KMS ¶
type KMS struct {
// contains filtered or unexported fields
}
KMS struct represents AWS Key Management Service
Click to show internal directories.
Click to hide internal directories.