import "github.com/hashicorp/vault/builtin/logical/aws"
backend.go client.go iam_policies.go path_config_lease.go path_config_root.go path_config_rotate_root.go path_roles.go path_user.go rollback.go secret_access_keys.go
func Backend() *backend
type PolicyDocument struct { Version string `json:"Version"` Statements StatementEntries `json:"Statement"` }
PolicyDocument represents an IAM policy document
type StatementEntries []interface{}
StatementEntries is a slice of statements that make up a PolicyDocument
func (se *StatementEntries) UnmarshalJSON(b []byte) error
UnmarshalJSON is defined here for StatementEntries because the Statement portion of an IAM Policy can either be a list or a single element, so if it's a single element this wraps it in a []interface{} so that it's easy to combine with other policy statements: https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_policies_elements_statement.html
Package aws imports 30 packages (graph) and is imported by 39 packages. Updated 2020-09-28. Refresh now. Tools for package owners.