Class CfnTransitGatewayMulticastGroupMemberMixinProps
Properties for CfnTransitGatewayMulticastGroupMemberPropsMixin.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.EC2.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnTransitGatewayMulticastGroupMemberMixinProps : ICfnTransitGatewayMulticastGroupMemberMixinProps
Syntax (vb)
Public Class CfnTransitGatewayMulticastGroupMemberMixinProps Implements 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
Constructors
| CfnTransitGatewayMulticastGroupMemberMixinProps() | Properties for CfnTransitGatewayMulticastGroupMemberPropsMixin. |
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. |
Constructors
CfnTransitGatewayMulticastGroupMemberMixinProps()
Properties for CfnTransitGatewayMulticastGroupMemberPropsMixin.
public CfnTransitGatewayMulticastGroupMemberMixinProps()
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"
};
Properties
GroupIpAddress
The IP address assigned to the transit gateway multicast group.
public string? GroupIpAddress { get; set; }
Property Value
Remarks
NetworkInterfaceId
The group members' network interface IDs to register with the transit gateway multicast group.
public string? NetworkInterfaceId { get; set; }
Property Value
Remarks
TransitGatewayMulticastDomainId
The ID of the transit gateway multicast domain.
public string? TransitGatewayMulticastDomainId { get; set; }