Class CfnTransitGatewayMulticastGroupSourceProps
Properties for defining a CfnTransitGatewayMulticastGroupSource.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTransitGatewayMulticastGroupSourceProps : ICfnTransitGatewayMulticastGroupSourceProps
Syntax (vb)
Public Class CfnTransitGatewayMulticastGroupSourceProps Implements ICfnTransitGatewayMulticastGroupSourceProps
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 cfnTransitGatewayMulticastGroupSourceProps = new CfnTransitGatewayMulticastGroupSourceProps {
GroupIpAddress = "groupIpAddress",
NetworkInterfaceId = "networkInterfaceId",
TransitGatewayMulticastDomainId = "transitGatewayMulticastDomainId"
};
Synopsis
Constructors
| CfnTransitGatewayMulticastGroupSourceProps() | Properties for defining a |
Properties
| GroupIpAddress | The IP address assigned to the transit gateway multicast group. |
| NetworkInterfaceId | The group sources' network interface IDs to register with the transit gateway multicast group. |
| TransitGatewayMulticastDomainId | The ID of the transit gateway multicast domain. |
Constructors
CfnTransitGatewayMulticastGroupSourceProps()
Properties for defining a CfnTransitGatewayMulticastGroupSource.
public CfnTransitGatewayMulticastGroupSourceProps()
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 cfnTransitGatewayMulticastGroupSourceProps = new CfnTransitGatewayMulticastGroupSourceProps {
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 sources' 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; }