cloudfront_delete_cloud_front_origin_access_identity: Delete an origin access identity
Description
Delete an origin access identity.
Usage
cloudfront_delete_cloud_front_origin_access_identity(Id, IfMatch)
Arguments
Id
[required] The origin access identity's ID.
IfMatch
The value of the ETag
header you received from a previous GET
or
PUT
request. For example: E2QWRUHAPOMQZL
.
Request syntax
svc$delete_cloud_front_origin_access_identity(
Id = "string",
IfMatch = "string"
)