⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.133
Server IP:
185.119.109.197
Server:
Linux managedhosting.chostar.me 5.15.0-160-generic #170-Ubuntu SMP Wed Oct 1 10:06:56 UTC 2025 x86_64
Server Software:
Apache
PHP Version:
8.1.33
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
usr
/
share
/
doc
/
awscli
/
examples
/
cloudfront
/
View File Name :
get-cloud-front-origin-access-identity.rst
**To get a CloudFront origin access identity** The following example gets the CloudFront origin access identity (OAI) with the ID ``E74FTE3AEXAMPLE``, including its ``ETag`` and the associated S3 canonical ID. The OAI ID is returned in the output of the `create-cloud-front-origin-access-identity
`_ and `list-cloud-front-origin-access-identities
`_ commands. :: aws cloudfront get-cloud-front-origin-access-identity --id E74FTE3AEXAMPLE Output:: { "ETag": "E2QWRUHEXAMPLE", "CloudFrontOriginAccessIdentity": { "Id": "E74FTE3AEXAMPLE", "S3CanonicalUserId": "cd13868f797c227fbea2830611a26fe0a21ba1b826ab4bed9b7771c9aEXAMPLE", "CloudFrontOriginAccessIdentityConfig": { "CallerReference": "cli-example", "Comment": "Example OAI" } } }