Update an origin access identity.
cloudfront_update_cloud_front_origin_access_identity(
CloudFrontOriginAccessIdentityConfig, Id, IfMatch)
[required] The identity's configuration information.
[required] The identity's id.
The value of the ETag
header that you received when retrieving the
identity's configuration. For example: E2QWRUHAPOMQZL
.
A list with the following syntax:
list( CloudFrontOriginAccessIdentity = list( Id = "string", S3CanonicalUserId = "string", CloudFrontOriginAccessIdentityConfig = list( CallerReference = "string", Comment = "string" ) ), ETag = "string" )
svc$update_cloud_front_origin_access_identity( CloudFrontOriginAccessIdentityConfig = list( CallerReference = "string", Comment = "string" ), Id = "string", IfMatch = "string" )