Interface ICfnTransitGatewayMulticastGroupMemberMixinProps
Properties for CfnTransitGatewayMulticastGroupMemberPropsMixin.
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface ICfnTransitGatewayMulticastGroupMemberMixinProps
Syntax (vb)
Public Interface ICfnTransitGatewayMulticastGroupMemberMixinProps
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.Mixins.Preview.AWS.EC2.Mixins;
var cfnTransitGatewayMulticastGroupMemberMixinProps = new CfnTransitGatewayMulticastGroupMemberMixinProps {
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
Remarks
NetworkInterfaceId
The group members' network interface IDs to register with the transit gateway multicast group.
string? NetworkInterfaceId { get; }
Property Value
Remarks
TransitGatewayMulticastDomainId
The ID of the transit gateway multicast domain.
string? TransitGatewayMulticastDomainId { get; }