Delete Resource Policy
cloudtrail_delete_resource_policy | R Documentation |
Deletes the resource-based policy attached to the CloudTrail event data store, dashboard, or channel¶
Description¶
Deletes the resource-based policy attached to the CloudTrail event data store, dashboard, or channel.
Usage¶
cloudtrail_delete_resource_policy(ResourceArn)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the CloudTrail event data store, dashboard, or channel you're deleting the resource-based policy from. Example event data store ARN format: Example dashboard ARN format:
Example channel ARN format:
|
Value¶
An empty list.
Request syntax¶
svc$delete_resource_policy(
ResourceArn = "string"
)