Interface CfnTransitGatewayMulticastGroupSourceMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransitGatewayMulticastGroupSourceMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:58.725Z")
@Stability(Stable)
public interface CfnTransitGatewayMulticastGroupSourceMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnTransitGatewayMulticastGroupSourcePropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.ec2.*;
CfnTransitGatewayMulticastGroupSourceMixinProps cfnTransitGatewayMulticastGroupSourceMixinProps = CfnTransitGatewayMulticastGroupSourceMixinProps.builder()
.groupIpAddress("groupIpAddress")
.networkInterfaceId("networkInterfaceId")
.transitGatewayMulticastDomainId("transitGatewayMulticastDomainId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTransitGatewayMulticastGroupSourceMixinPropsstatic final classAn implementation forCfnTransitGatewayMulticastGroupSourceMixinProps -
Method Summary
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
-