Delete Field Level Encryption Profile
cloudfront_delete_field_level_encryption_profile | R Documentation |
Remove a field-level encryption profile¶
Description¶
Remove a field-level encryption profile.
Usage¶
cloudfront_delete_field_level_encryption_profile(Id, IfMatch)
Arguments¶
Id |
[required] Request the ID of the profile you want to delete from CloudFront. |
IfMatch |
The value of the |
Value¶
An empty list.
Request syntax¶
svc$delete_field_level_encryption_profile(
Id = "string",
IfMatch = "string"
)