This is the new *CloudFormation Template Reference Guide*. Please update your bookmarks and links. For help getting started with CloudFormation, see the [AWS CloudFormation User Guide](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/Welcome.html). # AWS::EC2::TransitGatewayMulticastDomain Options The options for the transit gateway multicast domain. ## Syntax To declare this entity in your CloudFormation template, use the following syntax: ### JSON ``` { "[AutoAcceptSharedAssociations](#cfn-ec2-transitgatewaymulticastdomain-options-autoacceptsharedassociations)" : {{String}}, "[Igmpv2Support](#cfn-ec2-transitgatewaymulticastdomain-options-igmpv2support)" : {{String}}, "[StaticSourcesSupport](#cfn-ec2-transitgatewaymulticastdomain-options-staticsourcessupport)" : {{String}} } ``` ### YAML ``` [AutoAcceptSharedAssociations](#cfn-ec2-transitgatewaymulticastdomain-options-autoacceptsharedassociations): {{String}} [Igmpv2Support](#cfn-ec2-transitgatewaymulticastdomain-options-igmpv2support): {{String}} [StaticSourcesSupport](#cfn-ec2-transitgatewaymulticastdomain-options-staticsourcessupport): {{String}} ``` ## Properties `AutoAcceptSharedAssociations` Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain. *Required*: No *Type*: String *Allowed values*: `enable | disable` *Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) `Igmpv2Support` Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain. *Required*: No *Type*: String *Allowed values*: `enable | disable` *Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) `StaticSourcesSupport` Specify whether to enable support for statically configuring multicast group sources for a domain. *Required*: No *Type*: String *Allowed values*: `enable | disable` *Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

AltStyle によって変換されたページ (->オリジナル) /