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. |
IfMatch |
The value of the |
Value¶
A list with the following syntax:
list(
CloudFrontOriginAccessIdentity = list(
Id = "string",
S3CanonicalUserId = "string",
CloudFrontOriginAccessIdentityConfig = list(
CallerReference = "string",
Comment = "string"
)
),
ETag = "string"
)
Request syntax¶
svc$update_cloud_front_origin_access_identity(
CloudFrontOriginAccessIdentityConfig = list(
CallerReference = "string",
Comment = "string"
),
Id = "string",
IfMatch = "string"
)