# AWS::EC2::TransitGatewayMulticastDomain The AWS::EC2::TransitGatewayMulticastDomain type ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Type" : "AWS::EC2::TransitGatewayMulticastDomain",
    "Properties" : {
        "TransitGatewayId" : String,
        "Tags" : [ Tag, ... ],
        "Options" : Options
    }
}
### YAML
Type: AWS::EC2::TransitGatewayMulticastDomain
Properties:
    TransitGatewayId: String
    Tags: 
      - Tag
    Options: Options
## Properties #### TransitGatewayId The ID of the transit gateway. _Required_: No _Type_: String _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) #### Tags The tags for the transit gateway multicast domain. _Required_: No _Type_: List of Tag _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Options The options for the transit gateway multicast domain. _Required_: No _Type_: Options _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) ## Return Values ### Ref When you pass the logical ID of this resource to the intrinsic `Ref` function, Ref returns the TransitGatewayMulticastDomainId. ### Fn::GetAtt The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values. For more information about using the `Fn::GetAtt` intrinsic function, see [Fn::GetAtt](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html). #### TransitGatewayMulticastDomainId The ID of the transit gateway multicast domain. #### State The state of the transit gateway multicast domain. #### CreationTime The time the transit gateway multicast domain was created. #### TransitGatewayMulticastDomainArn The Amazon Resource Name (ARN) of the transit gateway multicast domain.