# Constants
Any is the AWS IAM policy grammar wildcard.
CurrentVersion is the latest version of the AWS IAM policy grammar.
DefaultNameSuffix is the default suffix appended to all AWS IAM roles created by clusterawsadm.
EffectAllow is the Allow effect in an AWS IAM policy statement entry.
EffectDeny is the Deny effect in an AWS IAM policy statement entry.
PrincipalAWS is the identity type covering AWS ARNs.
PrincipalFederated is the identity type covering federated identities.
PrincipalService is the identity type covering AWS services.
StringEquals is an AWS IAM policy condition operator.
StringEqualsIgnoreCase is an AWS IAM policy condition operator.
StringLike is an AWS IAM policy condition operator.
StringNotEquals is an AWS IAM policy condition operator.
StringNotLike is an AWS IAM policy condition operator.
# Structs
PolicyDocument represents an AWS IAM policy document, and can be converted into JSON using "sigs.k8s.io/cluster-api-provider-aws/cmd/clusterawsadm/converters".
StatementEntry represents each "statement" block in an AWS IAM policy document.
# Type aliases
Actions is the list of actions.
No description provided by the author
Conditions is the map of all conditions in the statement entry.
No description provided by the author
PrincipalID represents the list of all identities, such as ARNs.
Principals is the map of all identities a statement entry refers to.
No description provided by the author
Resources is the list of resources.
Statements is the list of StatementEntries.