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

EnvironmentAccountConnectionSummary

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

A summary of the environment account connection detail data.

interface EnvironmentAccountConnectionSummary {
arn: string;
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.

§
environmentAccountId: string
[src]

The ID of 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.