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

AwsEc2VpcPeeringConnectionDetails

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

Provides information about a VPC peering connection between two VPCs: a requester VPC that you own and an accepter VPC with which to create the connection.

interface AwsEc2VpcPeeringConnectionDetails {
ExpirationTime?: string | null;
RequesterVpcInfo?: AwsEc2VpcPeeringConnectionVpcInfoDetails | null;
VpcPeeringConnectionId?: string | null;
}

§Properties

§

Information about the accepter VPC.

§
ExpirationTime?: string | null
[src]

The time at which an unaccepted VPC peering connection will expire.

§

Information about the requester VPC.

§

The status of the VPC peering connection.

§
VpcPeeringConnectionId?: string | null
[src]

The ID of the VPC peering connection.