common

package
v0.1.3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 21, 2020 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parameters

type Parameters map[string][]string

type Policies

type Policies struct {
	Policies []Policy `json:"policies"`
}

type Policy

type Policy struct {
	Source      string      `json:"source"`
	Name        string      `json:"name"`
	Description string      `json:"description"`
	Deprecated  bool        `json:"deprecated"`
	Statements  []Statement `json:"statements"`
}

type Statement

type Statement struct {
	Resources  []string              `json:"resources"`
	Actions    []string              `json:"actions"`
	Effect     string                `json:"effect"`
	Conditions map[string]Parameters `json:"conditions"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL