aws

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Dec 28, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Folder = "requirements"

Functions

This section is empty.

Types

type ListTypesResponse

type ListTypesResponse struct {
	TypeSummaries []types.TypeSummary `json:"TypeSummaries"`
	NextToken     *string             `json:"NextToken,omitempty"`
}

type ManagedPolicies

type ManagedPolicies struct{}

func (ManagedPolicies) GetFileName

func (p ManagedPolicies) GetFileName() string

func (ManagedPolicies) GetName

func (p ManagedPolicies) GetName() string

func (ManagedPolicies) GetPolicies

func (p ManagedPolicies) GetPolicies() ([]ManagedPolicy, error)

GetPolicies reads the services from a JSON file in a specified folder

func (ManagedPolicies) Install

func (p ManagedPolicies) Install() error

type ManagedPolicy

type ManagedPolicy struct {
	Name string `json:"name"`
	Arn  string `json:"arn"`
}

type Service

type Service struct {
	Name        string `json:"name"`
	Description string `json:"description"`
}

type Types

type Types struct{}

func (Types) GetFileName

func (t Types) GetFileName() string

func (Types) GetName

func (t Types) GetName() string

func (Types) GetServices

func (t Types) GetServices() ([]Service, error)

GetServices reads the services from a JSON file in a specified folder

func (Types) Install

func (t Types) Install() error

Jump to

Keyboard shortcuts

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