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

TransitGatewayMulticastDomainAssociation

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

Describes the resources associated with the transit gateway multicast domain.

interface TransitGatewayMulticastDomainAssociation {
ResourceId?: string | null;
ResourceOwnerId?: string | null;
Subnet?: SubnetAssociation | null;
TransitGatewayAttachmentId?: string | null;
}

§Properties

§
ResourceId?: string | null
[src]

The ID of the resource.

§
ResourceOwnerId?: string | null
[src]

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

§

The type of resource, for example a VPC attachment.

§
Subnet?: SubnetAssociation | null
[src]

The subnet associated with the transit gateway multicast domain.

§
TransitGatewayAttachmentId?: string | null
[src]

The ID of the transit gateway attachment.