package
0.0.0-20240430192549-e1bbdd6dbd3b
Repository: https://github.com/laren-aws/aws-doc-sdk-examples.git
Documentation: pkg.go.dev

# Functions

MakePolicy creates an IAM policy Inputs: svc is an IAM service client Output: If success, nil Otherwise, an error from the call to json.Marshall or CreatePolicy.

# Structs

PolicyDocument is our definition of our policies to be uploaded to IAM.
StatementEntry will dictate what this policy allows or doesn't allow.