@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.361Z") @Stability(value=Stable) public interface CfnTransitGatewayMulticastGroupMemberProps extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnTransitGatewayMulticastGroupMemberProps.Builder
A builder for
CfnTransitGatewayMulticastGroupMemberProps |
static class |
CfnTransitGatewayMulticastGroupMemberProps.Jsii$Proxy
An implementation for
CfnTransitGatewayMulticastGroupMemberProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnTransitGatewayMulticastGroupMemberProps.Builder |
builder() |
String |
getGroupIpAddress()
The IP address assigned to the transit gateway multicast group.
|
String |
getNetworkInterfaceId()
The group members' network interface IDs to register with the transit gateway multicast group.
|
String |
getTransitGatewayMulticastDomainId()
The ID of the transit gateway multicast domain.
|
@Stability(value=Stable) @NotNull String getGroupIpAddress()
@Stability(value=Stable) @NotNull String getNetworkInterfaceId()
@Stability(value=Stable) @NotNull String getTransitGatewayMulticastDomainId()
@Stability(value=Stable) static CfnTransitGatewayMulticastGroupMemberProps.Builder builder()
Copyright © 2022. All rights reserved.