types

package
v0.6.3 Latest Latest
Warning

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

Go to latest
Published: Sep 20, 2017 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Assertion

type Assertion struct {
	Comment                string                        `json:"comment"`
	ExpectedResult         string                        `json:"expected_result"`
	ActionNames            []string                      `json:"action_names"`
	ResourceArns           []string                      `json:"resource_arns"`
	ResourcePolicy         string                        `json:"resource_policy"`
	ResourceOwner          string                        `json:"resource_owner"`
	CallerArn              string                        `json:"caller_arn"`
	ContextEntries         map[string]*ContextEntryValue `json:"context_entries"`
	ResourceHandlingOption string                        `json:"resource_handling_option"`
}

type ContextEntryValue

type ContextEntryValue struct {
	Type   string   `json:"type"`
	Values []string `json:"values"`
}

type Inputs

type Inputs struct {
	Assertions []*Assertion `json:"assertions"`
	PolicyJSON string       `json:"policy_json"`
	MaxLength  int          `json:"max_length"`
}

Jump to

Keyboard shortcuts

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