Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddExpiryCondition ¶
Types ¶
type ConditionEntry ¶
type Policy ¶
type Statement ¶
type Statement struct { Sid string `json:"Sid,omitempty"` // statement ID, service specific Effect string `json:"Effect"` // Allow or Deny Principal map[string]Value `json:"Principal,omitempty"` // principal that is allowed or denied NotPrincipal map[string]Value `json:"NotPrincipal,omitempty"` // exception to a list of principals Action Value `json:"Action,omitempty"` // allowed or denied action NotAction Value `json:"NotAction,omitempty"` // matches everything except Resource Value `json:"Resource,omitempty"` // object or objects that the statement covers NotResource Value `json:"NotResource,omitempty"` // matches everything except Condition *ConditionEntry `json:"Condition,omitempty"` // conditions for when a policy is in effect }
Click to show internal directories.
Click to hide internal directories.