Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PoliciesWalkFunc ¶ added in v1.9.12
type PoliciesWalkFunc func(err error, pol sdktps.AttachedPolicy) error
type Role ¶
type Role interface { List() ([]sdktps.Role, error) Check(name string) (string, error) Add(name, role string) (string, error) Delete(roleName string) error PolicyAttach(policyARN, roleName string) error PolicyDetach(policyARN, roleName string) error PolicyListAttached(roleName string) ([]sdktps.AttachedPolicy, error) PolicyAttachedList(roleName, marker string) ([]sdktps.AttachedPolicy, string, error) PolicyAttachedWalk(roleName string, fct PoliciesWalkFunc) error }
Click to show internal directories.
Click to hide internal directories.