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

UpdateAccountSettingsInput

import type { UpdateAccountSettingsInput } from "https://aws-api.deno.dev/v0.3/services/proton.ts?docs=full";
interface UpdateAccountSettingsInput {
pipelineProvisioningRepository?: RepositoryBranchInput | null;
pipelineServiceRoleArn?: string | null;
}

§Properties

§
pipelineProvisioningRepository?: RepositoryBranchInput | 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.

! 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.