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

TransitGatewayMulticastDomainOptions

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

Describes the options for a transit gateway multicast domain.

interface TransitGatewayMulticastDomainOptions {
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | null;
Igmpv2Support?: Igmpv2SupportValue | null;
StaticSourcesSupport?: StaticSourcesSupportValue | null;
}

§Properties

§
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | null
[src]

Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.

§
Igmpv2Support?: Igmpv2SupportValue | null
[src]

Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.

§
StaticSourcesSupport?: StaticSourcesSupportValue | null
[src]

Indicates whether support for statically configuring transit gateway multicast group sources is turned on.