Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PolicyDocument ¶
type PolicyDocument struct { Version string Statement []StatementEntry }
type PrincipalEntry ¶
type PrincipalEntry struct {
AWS interface{}
}
func (PrincipalEntry) NormalizedAWS ¶
func (e PrincipalEntry) NormalizedAWS() []string
AWS normalizes the string or []string entries in AWS principals.
type Role ¶
func (*Role) ConfigName ¶
func (*Role) ProjectName ¶
func (*Role) ServiceName ¶
type StatementEntry ¶
type StatementEntry struct { Effect string Action interface{} Resource string Principal PrincipalEntry }
func (StatementEntry) NormalizedAction ¶
func (s StatementEntry) NormalizedAction() []string
Click to show internal directories.
Click to hide internal directories.