AWSEC2CreateTransitGatewayMulticastDomainRequestOptions
Objective-C
@interface AWSEC2CreateTransitGatewayMulticastDomainRequestOptions
Swift
class AWSEC2CreateTransitGatewayMulticastDomainRequestOptions
The options for the transit gateway multicast domain.
-
Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.
Declaration
Objective-C
@property (nonatomic) AWSEC2AutoAcceptSharedAssociationsValue autoAcceptSharedAssociations;Swift
var autoAcceptSharedAssociations: AWSEC2AutoAcceptSharedAssociationsValue { get set } -
Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.
Declaration
Objective-C
@property (nonatomic) AWSEC2Igmpv2SupportValue igmpv2Support;Swift
var igmpv2Support: AWSEC2Igmpv2SupportValue { get set } -
Specify whether to enable support for statically configuring multicast group sources for a domain.
Declaration
Objective-C
@property (nonatomic) AWSEC2StaticSourcesSupportValue staticSourcesSupport;Swift
var staticSourcesSupport: AWSEC2StaticSourcesSupportValue { get set }
View on GitHub
Install in Dash
AWSEC2CreateTransitGatewayMulticastDomainRequestOptions Class Reference