Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) AttachRolePolicy ¶
func (c *Client) AttachRolePolicy(roleName, policyName string, policyDoc *PolicyDocument) error
func (*Client) CreateExecutionRole ¶
func (*Client) DeleteExecutionRole ¶
func (*Client) DetachRolePolicy ¶
type PolicyDocument ¶
type PolicyDocument struct { Version string `json:"Version"` Statement []PolicyStatement `json:"Statement"` }
PolicyDocument is our definition of our policies to be uploaded to IAM.
Click to show internal directories.
Click to hide internal directories.