aws::transit-gateway-multicast-domain¶
Creates a transit gateway multicast domain.
Example¶
aws::transit-gateway-multicast-domain transit-gateway-multicast-domain-example
    transit-gateway: $(aws::transit-gateway example-transit-gateway)
    association
        vpc-attachment: $(aws::transit-gateway-vpc-attachment transit-gateway-vpc-attachment-example)
        subnet: $(aws::subnet example-subnet-1)
    end
    group-member
        group-ip-address: "224.0.0.0"
        network-interface: $(aws::network-interface example-network-interface)
    end
end
Attributes¶
| Attribute | Description | 
|---|---|
| transit-gateway | The transit gateway that processes the multicast traffic. (Required) | 
| options subresource | The multicast domain options. 
 | 
| association list subresource | The attachments and subnets to associate with the multicast domain. 
 | 
| group-member list subresource | The network interfaces that receive the multicast traffic. 
 | 
| group-source list subresource | The network interfaces that send the multicast traffic. 
 | 
Outputs¶
| Attribute | Description | 
|---|---|
| id | The ID of the multicast domain. |