# README
AWS IAM
Go Examples:
- https://pkg.go.dev/github.com/aws/aws-sdk-go-v2
- https://docs.aws.amazon.com/code-library/latest/ug/go_2_iam_code_examples.html
- https://aws.github.io/aws-sdk-go-v2/docs/code-examples/iam/
- https://github.com/awsdocs/aws-doc-sdk-examples/tree/main/gov2
Users
Roles
- Examples:
Policies
# Functions
No description provided by the author
No description provided by the author
No description provided by the author
# Constants
No description provided by the author
# Variables
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
CreatePolicyInput is a representation of the AWS v2 SDK Create Policy Input where the Policy Name is required as a string and the Policy Document is required as a struct (vs.
CreateRoleInput is a representation of the AWS v2 SDK Create Role Input where the AssumeRolePolicyDocument required as a `policy.Policy` struct.
CreateRoleInput is a representation of the AWS v2 SDK Create Uuser Input where the UserName property is required.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author