Interface CfnTransitGatewayMulticastGroupMemberProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnTransitGatewayMulticastGroupMemberProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:30:39.103Z")
@Stability(Stable)
public interface CfnTransitGatewayMulticastGroupMemberProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnTransitGatewayMulticastGroupMember
.
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.*; CfnTransitGatewayMulticastGroupMemberProps cfnTransitGatewayMulticastGroupMemberProps = CfnTransitGatewayMulticastGroupMemberProps.builder() .groupIpAddress("groupIpAddress") .networkInterfaceId("networkInterfaceId") .transitGatewayMulticastDomainId("transitGatewayMulticastDomainId") .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnTransitGatewayMulticastGroupMemberProps
static final class
An implementation forCfnTransitGatewayMulticastGroupMemberProps
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The IP address assigned to the transit gateway multicast group.The group members' 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. -
getNetworkInterfaceId
The group members' network interface IDs to register with the transit gateway multicast group. -
getTransitGatewayMulticastDomainId
The ID of the transit gateway multicast domain. -
builder
-