TransitGatewayMulticastRegisteredGroupSources
public struct TransitGatewayMulticastRegisteredGroupSources : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The IP address assigned to the transit gateway multicast group.
Declaration
Swift
public let groupIpAddress: String?
-
The IDs of the network interfaces members registered with the transit gateway multicast group.
Declaration
Swift
public let registeredNetworkInterfaceIds: [String]?
-
The ID of the transit gateway multicast domain.
Declaration
Swift
public let transitGatewayMulticastDomainId: String?
-
Undocumented
Declaration
Swift
public init(groupIpAddress: String? = nil, registeredNetworkInterfaceIds: [String]? = nil, transitGatewayMulticastDomainId: String? = nil)