Show / Hide Table of Contents

Class CfnTransitGatewayMulticastDomain.OptionsProperty

The options for the transit gateway multicast domain.

Inheritance
object
CfnTransitGatewayMulticastDomain.OptionsProperty
Implements
CfnTransitGatewayMulticastDomain.IOptionsProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnTransitGatewayMulticastDomain.OptionsProperty : CfnTransitGatewayMulticastDomain.IOptionsProperty
Syntax (vb)
Public Class CfnTransitGatewayMulticastDomain.OptionsProperty Implements CfnTransitGatewayMulticastDomain.IOptionsProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewaymulticastdomain-options.html

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 optionsProperty = new OptionsProperty {
                 AutoAcceptSharedAssociations = "autoAcceptSharedAssociations",
                 Igmpv2Support = "igmpv2Support",
                 StaticSourcesSupport = "staticSourcesSupport"
             };

Synopsis

Constructors

OptionsProperty()

The options for the transit gateway multicast domain.

Properties

AutoAcceptSharedAssociations

Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.

Igmpv2Support

Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.

StaticSourcesSupport

Specify whether to enable support for statically configuring multicast group sources for a domain.

Constructors

OptionsProperty()

The options for the transit gateway multicast domain.

public OptionsProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewaymulticastdomain-options.html

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 optionsProperty = new OptionsProperty {
                 AutoAcceptSharedAssociations = "autoAcceptSharedAssociations",
                 Igmpv2Support = "igmpv2Support",
                 StaticSourcesSupport = "staticSourcesSupport"
             };

Properties

AutoAcceptSharedAssociations

Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.

public string? AutoAcceptSharedAssociations { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewaymulticastdomain-options.html#cfn-ec2-transitgatewaymulticastdomain-options-autoacceptsharedassociations

Igmpv2Support

Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.

public string? Igmpv2Support { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewaymulticastdomain-options.html#cfn-ec2-transitgatewaymulticastdomain-options-igmpv2support

StaticSourcesSupport

Specify whether to enable support for statically configuring multicast group sources for a domain.

public string? StaticSourcesSupport { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-transitgatewaymulticastdomain-options.html#cfn-ec2-transitgatewaymulticastdomain-options-staticsourcessupport

Implements

CfnTransitGatewayMulticastDomain.IOptionsProperty
Back to top Generated by DocFX