Delete Cloud Front Origin Access Identity
cloudfront_delete_cloud_front_origin_access_identity | R Documentation |
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 |
Value¶
An empty list.
Request syntax¶
svc$delete_cloud_front_origin_access_identity(
Id = "string",
IfMatch = "string"
)