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

EnvironmentVpc

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

Provides summary information for the EnvironmentVpc resource as a response to ListEnvironmentVpc.

interface EnvironmentVpc {
AccountId?: string | null;
CidrBlocks?: string[] | null;
CreatedTime?: Date | number | null;
EnvironmentId?: string | null;
LastUpdatedTime?: Date | number | null;
VpcId?: string | null;
VpcName?: string | null;
}

§Properties

§
AccountId?: string | null
[src]

The Amazon Web Services account ID of the virtual private cloud (VPC) owner.

§
CidrBlocks?: string[] | null
[src]

The list of Amazon Virtual Private Cloud (Amazon VPC) CIDR blocks.

§
CreatedTime?: Date | number | null
[src]

A timestamp that indicates when the VPC is first added to the environment.

§
EnvironmentId?: string | null
[src]

The unique identifier of the environment.

§
LastUpdatedTime?: Date | number | null
[src]

A timestamp that indicates when the VPC was last updated by the environment.

§
VpcId?: string | null
[src]

The ID of the VPC.

§
VpcName?: string | null
[src]

The name of the VPC at the time it is added to the environment.