Interface ITransitGatewayMulticastGroupSourceReference
A reference to a TransitGatewayMulticastGroupSource resource.
Namespace: Amazon.CDK.Interfaces.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITransitGatewayMulticastGroupSourceReference
Syntax (vb)
Public Interface ITransitGatewayMulticastGroupSourceReference
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.Interfaces.EC2;
var transitGatewayMulticastGroupSourceReference = new TransitGatewayMulticastGroupSourceReference {
GroupIpAddress = "groupIpAddress",
NetworkInterfaceId = "networkInterfaceId",
TransitGatewayMulticastDomainId = "transitGatewayMulticastDomainId"
};
Synopsis
Properties
| GroupIpAddress | The GroupIpAddress of the TransitGatewayMulticastGroupSource resource. |
| NetworkInterfaceId | The NetworkInterfaceId of the TransitGatewayMulticastGroupSource resource. |
| TransitGatewayMulticastDomainId | The TransitGatewayMulticastDomainId of the TransitGatewayMulticastGroupSource resource. |
Properties
GroupIpAddress
The GroupIpAddress of the TransitGatewayMulticastGroupSource resource.
string GroupIpAddress { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
NetworkInterfaceId
The NetworkInterfaceId of the TransitGatewayMulticastGroupSource resource.
string NetworkInterfaceId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated
TransitGatewayMulticastDomainId
The TransitGatewayMulticastDomainId of the TransitGatewayMulticastGroupSource resource.
string TransitGatewayMulticastDomainId { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated