GetMulticastDomainResult

data class GetMulticastDomainResult(val arn: String, val associations: List<GetMulticastDomainAssociation>, val autoAcceptSharedAssociations: String, val filters: List<GetMulticastDomainFilter>? = null, val id: String, val igmpv2Support: String, val members: List<GetMulticastDomainMember>, val ownerId: String, val sources: List<GetMulticastDomainSource>, val state: String, val staticSourcesSupport: String, val tags: Map<String, String>, val transitGatewayAttachmentId: String, val transitGatewayId: String, val transitGatewayMulticastDomainId: String)

A collection of values returned by getMulticastDomain.

Constructors

Link copied to clipboard
constructor(arn: String, associations: List<GetMulticastDomainAssociation>, autoAcceptSharedAssociations: String, filters: List<GetMulticastDomainFilter>? = null, id: String, igmpv2Support: String, members: List<GetMulticastDomainMember>, ownerId: String, sources: List<GetMulticastDomainSource>, state: String, staticSourcesSupport: String, tags: Map<String, String>, transitGatewayAttachmentId: String, transitGatewayId: String, transitGatewayMulticastDomainId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

EC2 Transit Gateway Multicast Domain ARN.

Link copied to clipboard

EC2 Transit Gateway Multicast Domain Associations

Link copied to clipboard

Whether to automatically accept cross-account subnet associations that are associated with the EC2 Transit Gateway Multicast Domain.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

Whether to enable Internet Group Management Protocol (IGMP) version 2 for the EC2 Transit Gateway Multicast Domain.

Link copied to clipboard

EC2 Multicast Domain Group Members

Link copied to clipboard

Identifier of the AWS account that owns the EC2 Transit Gateway Multicast Domain.

Link copied to clipboard

EC2 Multicast Domain Group Sources

Link copied to clipboard
Link copied to clipboard

Whether to enable support for statically configuring multicast group sources for the EC2 Transit Gateway Multicast Domain.

Link copied to clipboard

Key-value tags for the EC2 Transit Gateway Multicast Domain.

Link copied to clipboard

The ID of the transit gateway attachment.

Link copied to clipboard

EC2 Transit Gateway identifier.