Skip to content

CloudTrail  >  Operations  >  delete_resource_policy

delete_resource_policy

Operation

delete_resource_policy async

delete_resource_policy(input: DeleteResourcePolicyInput, plugins: list[Plugin] | None = None) -> DeleteResourcePolicyOutput

Deletes the resource-based policy attached to the CloudTrail event data store, dashboard, or channel.

Parameters:

Name Type Description Default
input DeleteResourcePolicyInput

An instance of DeleteResourcePolicyInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
DeleteResourcePolicyOutput

An instance of DeleteResourcePolicyOutput.

Input

DeleteResourcePolicyInput dataclass

Dataclass for DeleteResourcePolicyInput structure.

Attributes

resource_arn class-attribute instance-attribute
resource_arn: str | None = None

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: arn:aws:cloudtrail:us-east-2:123456789012:eventdatastore/EXAMPLE-f852-4e8f-8bd1-bcf6cEXAMPLE

Example dashboard ARN format: arn:aws:cloudtrail:us-east-1:123456789012:dashboard/exampleDash

Example channel ARN format: arn:aws:cloudtrail:us-east-2:123456789012:channel/01234567890

Output

DeleteResourcePolicyOutput dataclass

Dataclass for DeleteResourcePolicyOutput structure.