Amazon Resource Name

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
(Created page with "{{FormatInfo |formattype=electronic |subcat=Naming and numbering systems }} An '''Amazon Resource Name''' (ARN) is a text string used by Amazon Web Services to uniquely identi...")
 
Line 4: Line 4:
 
}}
 
}}
 
An '''Amazon Resource Name''' (ARN) is a text string used by Amazon Web Services to uniquely identify an object such as a database table, function, or access policy. They are used throughout the AWS services to associate things with one another.
 
An '''Amazon Resource Name''' (ARN) is a text string used by Amazon Web Services to uniquely identify an object such as a database table, function, or access policy. They are used throughout the AWS services to associate things with one another.
 +
 +
They have the general format <code>partition:service:region:account-id:resource-type/resource-id</code>, with some of these items being optional, and additional path info sometimes (which can also have wildcards), for instance <code>arn:aws:iam::123456789012:user/Development/product_1234/*</code>.
  
 
== Links ==
 
== Links ==

Revision as of 02:30, 27 October 2022

File Format
Name Amazon Resource Name
Ontology

An Amazon Resource Name (ARN) is a text string used by Amazon Web Services to uniquely identify an object such as a database table, function, or access policy. They are used throughout the AWS services to associate things with one another.

They have the general format partition:service:region:account-id:resource-type/resource-id, with some of these items being optional, and additional path info sometimes (which can also have wildcards), for instance arn:aws:iam::123456789012:user/Development/product_1234/*.

Links

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox