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

TransitGatewayMulticastDomainAssociations

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

Describes the multicast domain associations.

interface TransitGatewayMulticastDomainAssociations {
ResourceId?: string | null;
ResourceOwnerId?: string | null;
Subnets: SubnetAssociation[];
TransitGatewayAttachmentId?: string | null;
TransitGatewayMulticastDomainId?: 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 resource.

§

The type of resource, for example a VPC attachment.

§

The subnets associated with the multicast domain.

§
TransitGatewayAttachmentId?: string | null
[src]

The ID of the transit gateway attachment.

§
TransitGatewayMulticastDomainId?: string | null
[src]

The ID of the transit gateway multicast domain.