Describes a project policy in the response from ListProjectPolicies.

interface ProjectPolicy {
    CreationTimestamp?: Date;
    LastUpdatedTimestamp?: Date;
    PolicyDocument?: string;
    PolicyName?: string;
    PolicyRevisionId?: string;
    ProjectArn?: string;
}

Properties

CreationTimestamp?: Date

The Unix datetime for the creation of the project policy.

LastUpdatedTimestamp?: Date

The Unix datetime for when the project policy was last updated.

PolicyDocument?: string

The JSON document for the project policy.

PolicyName?: string

The name of the project policy.

PolicyRevisionId?: string

The revision ID of the project policy.

ProjectArn?: string

The Amazon Resource Name (ARN) of the project to which the project policy is attached.