The input for DeleteResourcePolicyCommand.

interface DeleteResourcePolicyCommandInput {
    PolicyRevisionId?: string;
    ResourceArn: undefined | string;
}

Hierarchy (view full)

Properties

PolicyRevisionId?: string

The revision ID of the policy to delete.

ResourceArn: undefined | string

The Amazon Resource Name (ARN) of the custom model version that has the policy to delete.