Class: Aws::EC2::Types::CreateTransitGatewayMulticastDomainRequestOptions
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::EC2::Types::CreateTransitGatewayMulticastDomainRequestOptions
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-ec2/types.rb
 
Overview
The options for the transit gateway multicast domain.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #auto_accept_shared_associations  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.
 - 
  
    
      #igmpv_2_support  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.
 - 
  
    
      #static_sources_support  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specify whether to enable support for statically configuring multicast group sources for a domain.
 
Instance Attribute Details
#auto_accept_shared_associations ⇒ String
Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.
      12493 12494 12495 12496 12497 12498 12499  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 12493 class CreateTransitGatewayMulticastDomainRequestOptions < Struct.new( :igmpv_2_support, :static_sources_support, :auto_accept_shared_associations) SENSITIVE = [] include Aws::Structure end  | 
  
#igmpv_2_support ⇒ String
Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.
      12493 12494 12495 12496 12497 12498 12499  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 12493 class CreateTransitGatewayMulticastDomainRequestOptions < Struct.new( :igmpv_2_support, :static_sources_support, :auto_accept_shared_associations) SENSITIVE = [] include Aws::Structure end  | 
  
#static_sources_support ⇒ String
Specify whether to enable support for statically configuring multicast group sources for a domain.
      12493 12494 12495 12496 12497 12498 12499  | 
    
      # File 'lib/aws-sdk-ec2/types.rb', line 12493 class CreateTransitGatewayMulticastDomainRequestOptions < Struct.new( :igmpv_2_support, :static_sources_support, :auto_accept_shared_associations) SENSITIVE = [] include Aws::Structure end  |