Documentation
¶
Overview ¶
Package cloud is a small demonstration library whose configuration is awscfg.Configuration, the shared AWS connection schema unobin's own state backend and encrypter read. The describe action makes no AWS calls; it reports the connection settings it would use, so the example runs anywhere.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type DescribeAction ¶
type DescribeAction struct {
Label string
}
DescribeAction reports the connection settings its configuration selects.
func (*DescribeAction) Run ¶
func (a *DescribeAction) Run(_ context.Context, rawCfg any) (*DescribeActionOutput, error)
Click to show internal directories.
Click to hide internal directories.