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

TransitGatewayMulticastDomain

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

Describes the transit gateway multicast domain.

interface TransitGatewayMulticastDomain {
CreationTime?: Date | number | null;
OwnerId?: string | null;
Tags: Tag[];
TransitGatewayId?: string | null;
TransitGatewayMulticastDomainArn?: string | null;
TransitGatewayMulticastDomainId?: string | null;
}

§Properties

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

The time the transit gateway multicast domain was created.

§

The options for the transit gateway multicast domain.

§
OwnerId?: string | null
[src]

The ID of the Amazon Web Services account that owns the transit gateway multicast domain.

§

The state of the transit gateway multicast domain.

§
Tags: Tag[]
[src]

The tags for the transit gateway multicast domain.

§
TransitGatewayId?: string | null
[src]

The ID of the transit gateway.

§
TransitGatewayMulticastDomainArn?: string | null
[src]

The Amazon Resource Name (ARN) of the transit gateway multicast domain.

§
TransitGatewayMulticastDomainId?: string | null
[src]

The ID of the transit gateway multicast domain.