The output of CreateProjectCommand.

interface CreateProjectCommandOutput {
    $metadata: ResponseMetadata;
    ProjectArn?: string;
}

Hierarchy (view full)

Properties

$metadata: ResponseMetadata

Metadata pertaining to this request.

ProjectArn?: string

The Amazon Resource Name (ARN) of the new project. You can use the ARN to configure IAM access to the project.