# Functions

Action adds an Action.
ConditionArnEquals sets a Condition of type "ArnEquals".
ConditionStringEquals sets a Condition of type "StringEquals".
NewPolicy returns a new Policy with the given Statements applied to it.
NewPolicyStatement returns a new PolicyStatement with the given options applied to it.
PrincipalService adds a "Service" to the Principal.
Resource adds a Resource.

# Constants

No description provided by the author

# Structs

Policy mirrors the structure of an IAM Policy for easy marshaling and unmarshaling to/from JSON.
PolicyStatement is a Statement element in a Policy.
PolicyStatementCondition is the Condition element of a Statement.
PolicyStatementPrincipal is the Principal element of a Statement.

# Type aliases

PolicyStatementEffect represents the Effect element of a Statement.
PolicyStatementOpt is a functional option for a PolicyStatement.