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.3/services/proton.ts?docs=full";
interface UpdateEnvironmentAccountConnectionInput {
id: string;
roleArn: string;
}

§Properties

§
id: string
[src]

The ID of the environment account connection to update.

§
roleArn: string
[src]

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