Interface CfnTransitGatewayMulticastGroupSourceProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransitGatewayMulticastGroupSourceProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-17T14:40:49.810Z")
@Stability(Stable)
public interface CfnTransitGatewayMulticastGroupSourceProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnTransitGatewayMulticastGroupSource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ec2.*;
CfnTransitGatewayMulticastGroupSourceProps cfnTransitGatewayMulticastGroupSourceProps = CfnTransitGatewayMulticastGroupSourceProps.builder()
.groupIpAddress("groupIpAddress")
.networkInterfaceId("networkInterfaceId")
.transitGatewayMulticastDomainId("transitGatewayMulticastDomainId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTransitGatewayMulticastGroupSourcePropsstatic final classAn implementation forCfnTransitGatewayMulticastGroupSourceProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The IP address assigned to the transit gateway multicast group.The group sources' network interface IDs to register with the transit gateway multicast group.The ID of the transit gateway multicast domain.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupIpAddress
The IP address assigned to the transit gateway multicast group.- See Also:
-
getNetworkInterfaceId
The group sources' network interface IDs to register with the transit gateway multicast group.- See Also:
-
getTransitGatewayMulticastDomainId
The ID of the transit gateway multicast domain.- See Also:
-
builder
-