Amazon Resource Name

From Just Solve the File Format Problem
(Difference between revisions)
Jump to: navigation, search
Line 5: Line 5:
 
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>.
+
They have the general format <code>arn: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 21:29, 28 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 arn: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