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.
12468 12469 12470 12471 12472 12473 12474 |
# File 'lib/aws-sdk-ec2/types.rb', line 12468 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.
12468 12469 12470 12471 12472 12473 12474 |
# File 'lib/aws-sdk-ec2/types.rb', line 12468 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.
12468 12469 12470 12471 12472 12473 12474 |
# File 'lib/aws-sdk-ec2/types.rb', line 12468 class CreateTransitGatewayMulticastDomainRequestOptions < Struct.new( :igmpv_2_support, :static_sources_support, :auto_accept_shared_associations) SENSITIVE = [] include Aws::Structure end |