paws.networking (version 0.1.6)

cloudfront_update_cloud_front_origin_access_identity: 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 ETag header that you received when retrieving the identity\'s configuration. For example: E2QWRUHAPOMQZL.

Request syntax

svc$update_cloud_front_origin_access_identity(
  CloudFrontOriginAccessIdentityConfig = list(
    CallerReference = "string",
    Comment = "string"
  ),
  Id = "string",
  IfMatch = "string"
)