Difference between revisions of "Amazon Resource Name (ARN)"
Jump to navigation
Jump to search
(Created page with "wikipedia:ARN") |
|||
(36 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
− | [[wikipedia:ARN]] | + | [[wikipedia:Amazon Resource Name]] |
+ | |||
+ | == Examples == | ||
+ | * <code>[[arn]]:aws:[[chatbot]]</code> | ||
+ | * <code>[[arn:aws:ssm]]</code> | ||
+ | * <code>[[arn:aws:secretmanager]]</code> | ||
+ | |||
+ | |||
+ | [[arn:aws:iam::aws:policy/]] | ||
+ | * <code>[[arn:aws:iam]]::aws:policy/[[ReadOnlyAccess]]</code> | ||
+ | * <code>[[arn:aws:iam::aws:policy/AmazonS3FullAccess]]</code> | ||
+ | * <code>[[arn:aws:iam]]::aws:[[policy]]/[[AdministratorAccess]]</code> | ||
+ | * <code>[[arn:aws:iam::aws:policy/job-function/Billing]]</code> | ||
+ | |||
+ | |||
+ | |||
+ | * <code>[[arn:aws:iam::123456789012:root]]</code> | ||
+ | * <code>[[arn:aws:iam::123456789012:user/YourUser]]</code> | ||
+ | * <code>arn:aws:iam::123456789012:[[u2f]]/user/youruser/yubikey5Cnano-XXXXXYYYY</code> | ||
+ | |||
+ | |||
+ | * <code>[[arn:aws:elasticloadbalancing]]</code> | ||
+ | |||
+ | data "aws_caller_identity" "current" {} | ||
+ | |||
+ | output "[[caller_arn]]" { | ||
+ | value = data.[[aws_caller_identity]].current.arn | ||
+ | } | ||
+ | |||
+ | == Related errors == | ||
+ | {{ARN errors}} | ||
+ | |||
+ | == Related terms == | ||
+ | * [[URL]], [[URI]], [[FQDN]] | ||
+ | * [[Region]], [[AZ]], [[Load balancer]], [[Target group]] | ||
+ | * <code>[[arn alb]]</code> | ||
+ | |||
+ | == See also == | ||
+ | * {{ARN}} | ||
+ | * {{AWS terms}} | ||
+ | |||
+ | [[Category:AWS]] |
Latest revision as of 09:39, 5 October 2023
Examples[edit]
arn:aws:iam::aws:policy/ReadOnlyAccess
arn:aws:iam::aws:policy/AmazonS3FullAccess
arn:aws:iam::aws:policy/AdministratorAccess
arn:aws:iam::aws:policy/job-function/Billing
arn:aws:iam::123456789012:root
arn:aws:iam::123456789012:user/YourUser
arn:aws:iam::123456789012:u2f/user/youruser/yubikey5Cnano-XXXXXYYYY
data "aws_caller_identity" "current" {} output "caller_arn" { value = data.aws_caller_identity.current.arn }
Related errors[edit]
Related terms[edit]
See also[edit]
Advertising: