Difference between revisions of "Amazon Resource Name (ARN)"
Jump to navigation
Jump to search
Line 17: | Line 17: | ||
== Related errors == | == Related errors == | ||
* <code>[[Invalid ARN: arn: not enough sections]]</code> | * <code>[[Invalid ARN: arn: not enough sections]]</code> | ||
+ | * <code>[[Error: "instance_arn"]] (d-1234567890) [[is an invalid ARN: arn: invalid prefix]]</code> | ||
== Related terms == | == Related terms == |
Revision as of 18:27, 27 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
Invalid ARN: arn: not enough sections
Error: "instance_arn" (d-1234567890) is an invalid ARN: arn: invalid prefix
Related terms
See also
Advertising: