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

TransitGatewayMulticastGroup

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

Describes the transit gateway multicast group resources.

interface TransitGatewayMulticastGroup {
GroupIpAddress?: string | null;
GroupMember?: boolean | null;
GroupSource?: boolean | null;
MemberType?: MembershipType | null;
NetworkInterfaceId?: string | null;
ResourceId?: string | null;
ResourceOwnerId?: string | null;
SourceType?: MembershipType | null;
SubnetId?: string | null;
TransitGatewayAttachmentId?: string | null;
}

§Properties

§
GroupIpAddress?: string | null
[src]

The IP address assigned to the transit gateway multicast group.

§
GroupMember?: boolean | null
[src]

Indicates that the resource is a transit gateway multicast group member.

§
GroupSource?: boolean | null
[src]

Indicates that the resource is a transit gateway multicast group member.

§
MemberType?: MembershipType | null
[src]

The member type (for example, static).

§
NetworkInterfaceId?: string | null
[src]

The ID of the transit gateway attachment.

§
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 group resource.

§

The type of resource, for example a VPC attachment.

§
SourceType?: MembershipType | null
[src]

The source type.

§
SubnetId?: string | null
[src]

The ID of the subnet.

§
TransitGatewayAttachmentId?: string | null
[src]

The ID of the transit gateway attachment.