Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommandOpt ¶
type CommandOpt func(c *ssm.SendCommandInput)
func WithOutputToCloudwatch ¶ added in v0.6.0
func WithOutputToCloudwatch() CommandOpt
func WithOutputToS3 ¶
func WithOutputToS3(bucket, dir string) CommandOpt
type RunOutput ¶ added in v0.7.0
type RunOutput struct { CommandId string StdOut, StdErr []byte // contains filtered or unexported fields }
func RunCommand ¶ added in v0.7.0
func (*RunOutput) Successful ¶ added in v0.7.0
Click to show internal directories.
Click to hide internal directories.