GetTransitGatewayMulticastDomainAssociationPlainArgs

data class GetTransitGatewayMulticastDomainAssociationPlainArgs(val subnetId: String, val transitGatewayAttachmentId: String, val transitGatewayMulticastDomainId: String) : ConvertibleToJava<GetTransitGatewayMulticastDomainAssociationPlainArgs>

Constructors

constructor(subnetId: String, transitGatewayAttachmentId: String, transitGatewayMulticastDomainId: String)

Properties

Link copied to clipboard

The IDs of the subnets to associate with the transit gateway multicast domain.

Link copied to clipboard

The ID of the transit gateway attachment.

Link copied to clipboard

The ID of the transit gateway multicast domain.

Functions

Link copied to clipboard
open override fun toJava(): GetTransitGatewayMulticastDomainAssociationPlainArgs