TransitGatewayMulticastDomainAssociationArgs

data class TransitGatewayMulticastDomainAssociationArgs(val subnetId: Output<String>? = null, val transitGatewayAttachmentId: Output<String>? = null, val transitGatewayMulticastDomainId: Output<String>? = null) : ConvertibleToJava<TransitGatewayMulticastDomainAssociationArgs>

The AWS::EC2::TransitGatewayMulticastDomainAssociation type

Constructors

constructor(subnetId: Output<String>? = null, transitGatewayAttachmentId: Output<String>? = null, transitGatewayMulticastDomainId: Output<String>? = null)

Properties

Link copied to clipboard
val subnetId: Output<String>? = null

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

Link copied to clipboard
val transitGatewayAttachmentId: Output<String>? = null

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(): TransitGatewayMulticastDomainAssociationArgs