Update Cloud Front Origin Access Identity
| cloudfront_update_cloud_front_origin_access_identity | R Documentation |
Update an origin access identity¶
Description¶
Update an origin access identity.
Usage¶
cloudfront_update_cloud_front_origin_access_identity(
CloudFrontOriginAccessIdentityConfig, Id, IfMatch)
Arguments¶
CloudFrontOriginAccessIdentityConfig[required] The identity's configuration information.
Id[required] The identity's id.
IfMatchThe value of the
ETagheader that you received when retrieving the identity's configuration. For example:E2QWRUHAPOMQZL.
Value¶
A list with the following syntax:
list(
CloudFrontOriginAccessIdentity = list(
Id = "string",
S3CanonicalUserId = "string",
CloudFrontOriginAccessIdentityConfig = list(
CallerReference = "string",
Comment = "string"
)
),
ETag = "string"
)