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.
11365 11366 11367 11368 11369 11370 11371 |
# File 'lib/aws-sdk-ec2/types.rb', line 11365 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.
11365 11366 11367 11368 11369 11370 11371 |
# File 'lib/aws-sdk-ec2/types.rb', line 11365 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.
11365 11366 11367 11368 11369 11370 11371 |
# File 'lib/aws-sdk-ec2/types.rb', line 11365 class CreateTransitGatewayMulticastDomainRequestOptions < Struct.new( :igmpv_2_support, :static_sources_support, :auto_accept_shared_associations) SENSITIVE = [] include Aws::Structure end |