Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Tool)
Option represents an option for configuring the tool
func WithConfig ¶
WithConfig sets the AWS config for the tool
type Tool ¶
type Tool struct {
// contains filtered or unexported fields
}
Tool implements an AWS provider tool
func (*Tool) Description ¶
Description returns a description of what the tool does
func (*Tool) Parameters ¶
func (t *Tool) Parameters() map[string]interfaces.ParameterSpec
Parameters returns the parameters that the tool accepts
Click to show internal directories.
Click to hide internal directories.