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

CreateTransitGatewayMulticastDomainRequestOptions

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

The options for the transit gateway multicast domain.

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

§Properties

§
AutoAcceptSharedAssociations?: AutoAcceptSharedAssociationsValue | null
[src]

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

§
Igmpv2Support?: Igmpv2SupportValue | null
[src]

Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.

§
StaticSourcesSupport?: StaticSourcesSupportValue | null
[src]

Specify whether to enable support for statically configuring multicast group sources for a domain.