aws.cloudfront.list_cloud_front_origin_access_identities
Example SQL Queries
SELECT * FROMaws.cloudfront.list_cloud_front_origin_access_identities;Description
Lists origin access identities.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| comment The comment for this origin access identity, as originally specified when created. | VARCHAR |
| id The ID for the origin access identity. For example: E74FTE3AJFJ256A. | VARCHAR |
| s3_canonical_user_id The Amazon S3 canonical user ID for the origin access identity, which you use when giving the origin access identity read permission to an object in Amazon S3. | VARCHAR |