User Tools

Site Tools


aws:tags

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
aws:tags [14/01/2026 11:22] andrewaws:tags [14/01/2026 11:23] (current) – [CLI] andrew
Line 18: Line 18:
 ) )
 </code> </code>
 +
 +
 +<code>
 +response = det_client.tag_resource(
 +    ResourceArn=response_graph['ARN_List'][0]['Arn'],
 +    Tags={
 +         'CliCreated': 'true',
 +         'Repo': 'MyRepo'
 +         }
 +)
 +</code>
 +
  
 ===== Cloudformation ===== ===== Cloudformation =====
aws/tags.txt · Last modified: by andrew

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki