Class CfnTransitGatewayMulticastDomainProps
Properties for defining a CfnTransitGatewayMulticastDomain.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTransitGatewayMulticastDomainProps : ICfnTransitGatewayMulticastDomainProps
Syntax (vb)
Public Class CfnTransitGatewayMulticastDomainProps Implements ICfnTransitGatewayMulticastDomainProps
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 options;
var cfnTransitGatewayMulticastDomainProps = new CfnTransitGatewayMulticastDomainProps {
TransitGatewayId = "transitGatewayId",
// the properties below are optional
Options = options,
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Synopsis
Constructors
| CfnTransitGatewayMulticastDomainProps() | Properties for defining a |
Properties
| Options | The options for the transit gateway multicast domain. |
| Tags | The tags for the transit gateway multicast domain. |
| TransitGatewayId | The ID of the transit gateway. |
Constructors
CfnTransitGatewayMulticastDomainProps()
Properties for defining a CfnTransitGatewayMulticastDomain.
public CfnTransitGatewayMulticastDomainProps()
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 options;
var cfnTransitGatewayMulticastDomainProps = new CfnTransitGatewayMulticastDomainProps {
TransitGatewayId = "transitGatewayId",
// the properties below are optional
Options = options,
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
};
Properties
Options
The options for the transit gateway multicast domain.
public object? Options { get; set; }
Property Value
Remarks
Tags
The tags for the transit gateway multicast domain.
public ICfnTag[]? Tags { get; set; }
Property Value
ICfnTag[]
Remarks
TransitGatewayId
The ID of the transit gateway.
public string TransitGatewayId { get; set; }