TransitGatewayMulticastDomainArgs

data class TransitGatewayMulticastDomainArgs(val options: Output<OptionsPropertiesArgs>? = null, val tags: Output<List<TagArgs>>? = null, val transitGatewayId: Output<String>? = null) : ConvertibleToJava<TransitGatewayMulticastDomainArgs>

The AWS::EC2::TransitGatewayMulticastDomain type

Constructors

Link copied to clipboard
constructor(options: Output<OptionsPropertiesArgs>? = null, tags: Output<List<TagArgs>>? = null, transitGatewayId: Output<String>? = null)

Properties

Link copied to clipboard
val options: Output<OptionsPropertiesArgs>? = null

The options for the transit gateway multicast domain.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

The tags for the transit gateway multicast domain.

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

The ID of the transit gateway.

Functions

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