[][src]Module aws_arn::builder::iam

Provides a set of simple helper functions to make ARNs for the IAM service.

These resource definitions ae take from the AWS documentation. With the exception of the root account ARN described here.

Constants

SERVICE_NAME

The service name portion of the ARN.

Functions

group

arn:${Partition}:iam::${Account}:group/${GroupNameWithPath}

policy

arn:${Partition}:iam::${Account}:policy/${PolicyNameWithPath}

role

arn:${Partition}:iam::${Account}:role/${RoleNameWithPath}

root

arn:aws:iam::123456789012:root

user

arn:${Partition}:iam::${Account}:user/${UserNameWithPath}