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

EnvironmentAccountConnection

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

Detailed data of an Proton environment account connection resource.

interface EnvironmentAccountConnection {
arn: string;
codebuildRoleArn?: string | null;
componentRoleArn?: string | null;
environmentAccountId: string;
environmentName: string;
id: string;
lastModifiedAt: Date | number;
managementAccountId: string;
requestedAt: Date | number;
roleArn: string;
}

§Properties

§
arn: string
[src]

The Amazon Resource Name (ARN) of the environment account connection.

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

§
environmentAccountId: string
[src]

The environment account that's connected to the environment account connection.

§
environmentName: string
[src]

The name of the environment that's associated with the environment account connection.

§
id: string
[src]

The ID of the environment account connection.

§
lastModifiedAt: Date | number
[src]

The time when the environment account connection was last modified.

§
managementAccountId: string
[src]

The ID of the management account that's connected to the environment account connection.

§
requestedAt: Date | number
[src]

The time when the environment account connection request was made.

§
roleArn: string
[src]

The IAM service role that's associated with the environment account connection.

§

The status of the environment account connection.