package
0.0.0-20230628214157-3bfe64699e82
Repository: https://github.com/gravitational/gravity.git
Documentation: pkg.go.dev

# Functions

ParseAction parses the provided string of format "ec2:PermissionsName" into an Action object.
Validate validates the specified AWS API key has access to the specified set of resources.
ValidateWithCreds is an overload of Validate accepting specified credentials object.

# Constants

EC2 action context.
IAM action context.

# Variables

ActionDependencies assigns an action a set of dependent action permissions.
AllProbes lists all validation probes.
EC2Probes lists all currently supported EC2 resource probes.
IAMProbes lists all currently supported IAM resource probes.

# Structs

Action defines a single AWS context resource action Contexts are, for instance, EC2 or IAM.
ResourceProbe defines an AWS resource probe context.

# Type aliases

Actions is a list of resource actions.
Context defines an action context (EC2, IAM etc).
No description provided by the author