Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AccountSettings

import type { AccountSettings } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";

Proton settings that are used for multiple services in the Amazon Web Services account.

interface AccountSettings {
pipelineCodebuildRoleArn?: string | null;
pipelineProvisioningRepository?: RepositoryBranch | null;
pipelineServiceRoleArn?: string | null;
}

§Properties

§
pipelineCodebuildRoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the service role that Proton uses for provisioning pipelines. Proton assumes this role for CodeBuild-based provisioning.

§
pipelineProvisioningRepository?: RepositoryBranch | null
[src]

The linked repository for pipeline provisioning. Required if you have environments configured for self-managed provisioning with services that include pipelines. A linked repository is a repository that has been registered with Proton. For more information, see "CreateRepository".

§
pipelineServiceRoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the service role you want to use for provisioning pipelines. Assumed by Proton for Amazon Web Services-managed provisioning, and by customer-owned automation for self-managed provisioning.