Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewResource ¶
Types ¶
type Getter ¶
type Getter struct {
// contains filtered or unexported fields
}
func (*Getter) GetAllKeys ¶
type KMSKey ¶
type KMSKey struct { Aliases []types.AliasListEntry Key *types.KeyMetadata }
type KmsKeyPrinter ¶
type KmsKeyPrinter struct {
// contains filtered or unexported fields
}
func NewPrinter ¶
func NewPrinter(keys []*KMSKey) *KmsKeyPrinter
func (*KmsKeyPrinter) PrintTable ¶
func (p *KmsKeyPrinter) PrintTable(writer io.Writer) error
type Options ¶
type Options struct {
resource.CommonOptions
}
Click to show internal directories.
Click to hide internal directories.