package
Version:
v0.4.0
Opens a new window with list of versions in this module.
Published: Aug 5, 2019
License: GPL-3.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Conditions struct {
StringEquals map[string]string `json:"StringEquals"`
}
Conditions which are part of a Document Statement.
type Document struct {
Version string `json:"Version"`
Statement []Statement `json:"Statement"`
}
Document for defining a policy.
type Statement struct {
Effect string `json:"Effect"`
Action []string `json:"Action"`
Resource string `json:"Resource"`
Condition Conditions `json:"Condition"`
}
Statement which is part of a Document.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.