The input for DeleteProjectPolicyCommand.

interface DeleteProjectPolicyCommandInput {
    PolicyName: undefined | string;
    PolicyRevisionId?: string;
    ProjectArn: undefined | string;
}

Hierarchy (view full)

Properties

PolicyName: undefined | string

The name of the policy that you want to delete.

PolicyRevisionId?: string

The ID of the project policy revision that you want to delete.

ProjectArn: undefined | string

The Amazon Resource Name (ARN) of the project that the project policy you want to delete is attached to.