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-gyr5wj9zj0fg.deno.dev/v0.2/services/proton.ts";
interface EnvironmentAccountConnectionSummary {
arn: string;
environmentAccountId: string;
environmentName: string;
id: string;
lastModifiedAt: Date | number;
managementAccountId: string;
requestedAt: Date | number;
roleArn: string;
}

§Properties

§
arn: string
[src]
§
environmentAccountId: string
[src]
§
environmentName: string
[src]
§
id: string
[src]
§
lastModifiedAt: Date | number
[src]
§
managementAccountId: string
[src]
§
requestedAt: Date | number
[src]
§
roleArn: string
[src]