Difference between revisions of "Amazon Resource Name (ARN)"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
value = data.[[aws_caller_identity]].current.arn | value = data.[[aws_caller_identity]].current.arn | ||
} | } | ||
+ | |||
+ | == Related errors == | ||
+ | * <code>[[Invalid ARN: arn: not enough sections]]</code> | ||
== Related terms == | == Related terms == | ||
Line 20: | Line 23: | ||
* [[FQDN]] | * [[FQDN]] | ||
* [[Target Group]] | * [[Target Group]] | ||
− | |||
== See also == | == See also == |
Revision as of 09:00, 9 February 2023
wikipedia:Amazon Resource Name
Examples
arn:aws:chatbot
arn:aws:iam::aws:policy/ReadOnlyAccess
arn:aws:iam::aws:policy/AmazonS3FullAccess
arn:aws:iam::aws:policy/AdministratorAccess
arn:aws:iam::123456789012:root
arn:aws:iam::123456789012:user/YourUser
data "aws_caller_identity" "current" {} output "caller_arn" { value = data.aws_caller_identity.current.arn }
Related errors
Related terms
See also
Advertising: