Interface CfnTransitGatewayMulticastGroupMemberMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransitGatewayMulticastGroupMemberMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:19:58.724Z")
@Stability(Stable)
public interface CfnTransitGatewayMulticastGroupMemberMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnTransitGatewayMulticastGroupMemberPropsMixin.
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.*;
CfnTransitGatewayMulticastGroupMemberMixinProps cfnTransitGatewayMulticastGroupMemberMixinProps = CfnTransitGatewayMulticastGroupMemberMixinProps.builder()
.groupIpAddress("groupIpAddress")
.networkInterfaceId("networkInterfaceId")
.transitGatewayMulticastDomainId("transitGatewayMulticastDomainId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnTransitGatewayMulticastGroupMemberMixinPropsstatic final classAn implementation forCfnTransitGatewayMulticastGroupMemberMixinProps -
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 members' 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
-