GetTransitGatewayMulticastGroupSourceResult

data class GetTransitGatewayMulticastGroupSourceResult(val groupMember: Boolean? = null, val groupSource: Boolean? = null, val resourceId: String? = null, val resourceType: String? = null, val sourceType: String? = null, val subnetId: String? = null, val transitGatewayAttachmentId: String? = null)

Constructors

constructor(groupMember: Boolean? = null, groupSource: Boolean? = null, resourceId: String? = null, resourceType: String? = null, sourceType: String? = null, subnetId: String? = null, transitGatewayAttachmentId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val groupMember: Boolean? = null

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

Link copied to clipboard
val groupSource: Boolean? = null

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

Link copied to clipboard
val resourceId: String? = null

The ID of the resource.

Link copied to clipboard
val resourceType: String? = null

The type of resource, for example a VPC attachment.

Link copied to clipboard
val sourceType: String? = null

The source type.

Link copied to clipboard
val subnetId: String? = null

The ID of the subnet.

Link copied to clipboard

The ID of the transit gateway attachment.