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

UpdateEnvironmentAccountConnectionInput

import type { UpdateEnvironmentAccountConnectionInput } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";
interface UpdateEnvironmentAccountConnectionInput {
codebuildRoleArn?: string | null;
componentRoleArn?: string | null;
id: string;
roleArn?: string | null;
}

§Properties

§
codebuildRoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of an IAM service role in the environment account. Proton uses this role to provision infrastructure resources using CodeBuild-based provisioning in the associated environment account.

§
componentRoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM service role that Proton uses when provisioning directly defined components in the associated environment account. It determines the scope of infrastructure that a component can provision in the account.

The environment account connection must have a componentRoleArn to allow directly defined components to be associated with any environments running in the account.

For more information about components, see Proton components in the Proton User Guide.

§
id: string
[src]

The ID of the environment account connection to update.

§
roleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM service role that's associated with the environment account connection to update.