Class CfnTransitGatewayMulticastDomainMixinProps
Properties for CfnTransitGatewayMulticastDomainPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.EC2
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnTransitGatewayMulticastDomainMixinProps : ICfnTransitGatewayMulticastDomainMixinProps
Syntax (vb)
Public Class CfnTransitGatewayMulticastDomainMixinProps Implements ICfnTransitGatewayMulticastDomainMixinProps
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.CfnPropertyMixins.AWS.EC2;
var options;
var cfnTransitGatewayMulticastDomainMixinProps = new CfnTransitGatewayMulticastDomainMixinProps {
Options = options,
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TransitGatewayId = "transitGatewayId"
};
Synopsis
Constructors
| CfnTransitGatewayMulticastDomainMixinProps() | Properties for CfnTransitGatewayMulticastDomainPropsMixin. |
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
CfnTransitGatewayMulticastDomainMixinProps()
Properties for CfnTransitGatewayMulticastDomainPropsMixin.
public CfnTransitGatewayMulticastDomainMixinProps()
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.CfnPropertyMixins.AWS.EC2;
var options;
var cfnTransitGatewayMulticastDomainMixinProps = new CfnTransitGatewayMulticastDomainMixinProps {
Options = options,
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} },
TransitGatewayId = "transitGatewayId"
};
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; }