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.3/services/proton.ts?docs=full";

The Proton pipeline service role and repository data.

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

§Properties

§
pipelineProvisioningRepository?: RepositoryBranch | null
[src]

The repository that you provide with pull request provisioning.

! IMPORTANT: ! Provisioning by pull request is currently in feature preview and is only usable with Terraform based Proton Templates. ! To learn more about Amazon Web Services Feature Preview terms, see section 2 on Beta and Previews.

§
pipelineServiceRoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the Proton pipeline service role.