package
0.0.0-20250304205905-b47799d07ddf
Repository: https://github.com/aws/amazon-ssm-agent.git
Documentation: pkg.go.dev

# Packages

Package gitresource implements methods and defines resources required to access git repositories.
Package httpresource provides methods to download resources over HTTP(s).
No description provided by the author
Package remoteresource is the factory for creating and developing on multiple remote resources.
Package s3resource implements the methods to access resources from s3.
Package ssmdocresource implements the methods to access resources from ssm.
Package system have all the files related dependencies used by the copy package.
Package types defines custom types.

# Functions

Name returns the plugin name.
NewPlugin returns a new instance of the plugin.
SetFilePermissions applies execute permissions to the folder.

# Constants

No description provided by the author
Git represents any arbitrary "Git" repository from where the resource can be downloaded.
Github represents the source type "GitHub" from where the resource can be downloaded.
HTTP represents any arbitrary URL from where the resource can be downloaded.
No description provided by the author
S3 represents the source type "S3" from where the resource is being downloaded.
SSMDocument represents the source type as SSM Document.

# Variables

No description provided by the author

# Structs

ExecutePluginInput is a struct that holds the parameters sent through send command.
Plugin is the type for the aws:downloadContent plugin.