Get Cloud Front Origin Access Identity
cloudfront_get_cloud_front_origin_access_identity | R Documentation |
Get the information about an origin access identity¶
Description¶
Get the information about an origin access identity.
Usage¶
Arguments¶
Id
[required] The identity's ID.
Value¶
A list with the following syntax:
list(
CloudFrontOriginAccessIdentity = list(
Id = "string",
S3CanonicalUserId = "string",
CloudFrontOriginAccessIdentityConfig = list(
CallerReference = "string",
Comment = "string"
)
),
ETag = "string"
)