Interface ICfnTransitGatewayMulticastGroupMemberProps
Properties for defining a CfnTransitGatewayMulticastGroupMember
.
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICfnTransitGatewayMulticastGroupMemberProps
Syntax (vb)
Public Interface ICfnTransitGatewayMulticastGroupMemberProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.EC2;
var cfnTransitGatewayMulticastGroupMemberProps = new CfnTransitGatewayMulticastGroupMemberProps {
GroupIpAddress = "groupIpAddress",
NetworkInterfaceId = "networkInterfaceId",
TransitGatewayMulticastDomainId = "transitGatewayMulticastDomainId"
};
Synopsis
Properties
GroupIpAddress | The IP address assigned to the transit gateway multicast group. |
NetworkInterfaceId | The group members' network interface IDs to register with the transit gateway multicast group. |
TransitGatewayMulticastDomainId | The ID of the transit gateway multicast domain. |
Properties
GroupIpAddress
The IP address assigned to the transit gateway multicast group.
string GroupIpAddress { get; }
Property Value
System.String
Remarks
NetworkInterfaceId
The group members' network interface IDs to register with the transit gateway multicast group.
string NetworkInterfaceId { get; }
Property Value
System.String
Remarks
TransitGatewayMulticastDomainId
The ID of the transit gateway multicast domain.
string TransitGatewayMulticastDomainId { get; }
Property Value
System.String