Delete Resource Policy
| cloudfront_delete_resource_policy | R Documentation |
Deletes the resource policy attached to the CloudFront resource¶
Description¶
Deletes the resource policy attached to the CloudFront resource.
Usage¶
cloudfront_delete_resource_policy(ResourceArn)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the CloudFront resource for which the resource policy should be deleted. |
Value¶
An empty list.
Request syntax¶
svc$delete_resource_policy(
ResourceArn = "string"
)