package
0.0.0-20250312200722-bc14b7464845
Repository: https://github.com/awsdocs/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.