AWSEC2TransitGatewayMulticastDomainOptions
Objective-C
@interface AWSEC2TransitGatewayMulticastDomainOptions
Swift
class AWSEC2TransitGatewayMulticastDomainOptions
Describes the options for a transit gateway multicast domain.
-
Indicates whether to automatically 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 } -
Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.
Declaration
Objective-C
@property (nonatomic) AWSEC2Igmpv2SupportValue igmpv2Support;Swift
var igmpv2Support: AWSEC2Igmpv2SupportValue { get set } -
Indicates whether support for statically configuring transit gateway multicast group sources is turned on.
Declaration
Objective-C
@property (nonatomic) AWSEC2StaticSourcesSupportValue staticSourcesSupport;Swift
var staticSourcesSupport: AWSEC2StaticSourcesSupportValue { get set }
View on GitHub
Install in Dash
AWSEC2TransitGatewayMulticastDomainOptions Class Reference