Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
- data TransitGatewayMulticastDomainOptions = TransitGatewayMulticastDomainOptions' {}
- newTransitGatewayMulticastDomainOptions :: TransitGatewayMulticastDomainOptions
- transitGatewayMulticastDomainOptions_autoAcceptSharedAssociations :: Lens' TransitGatewayMulticastDomainOptions (Maybe AutoAcceptSharedAssociationsValue)
- transitGatewayMulticastDomainOptions_igmpv2Support :: Lens' TransitGatewayMulticastDomainOptions (Maybe Igmpv2SupportValue)
- transitGatewayMulticastDomainOptions_staticSourcesSupport :: Lens' TransitGatewayMulticastDomainOptions (Maybe StaticSourcesSupportValue)
Documentation
data TransitGatewayMulticastDomainOptions Source #
Describes the options for a transit gateway multicast domain.
See: newTransitGatewayMulticastDomainOptions
smart constructor.
TransitGatewayMulticastDomainOptions' | |
|
Instances
newTransitGatewayMulticastDomainOptions :: TransitGatewayMulticastDomainOptions Source #
Create a value of TransitGatewayMulticastDomainOptions
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:autoAcceptSharedAssociations:TransitGatewayMulticastDomainOptions'
, transitGatewayMulticastDomainOptions_autoAcceptSharedAssociations
- Indicates whether to automatically cross-account subnet associations
that are associated with the transit gateway multicast domain.
$sel:igmpv2Support:TransitGatewayMulticastDomainOptions'
, transitGatewayMulticastDomainOptions_igmpv2Support
- Indicates whether Internet Group Management Protocol (IGMP) version 2 is
turned on for the transit gateway multicast domain.
$sel:staticSourcesSupport:TransitGatewayMulticastDomainOptions'
, transitGatewayMulticastDomainOptions_staticSourcesSupport
- Indicates whether support for statically configuring transit gateway
multicast group sources is turned on.
transitGatewayMulticastDomainOptions_autoAcceptSharedAssociations :: Lens' TransitGatewayMulticastDomainOptions (Maybe AutoAcceptSharedAssociationsValue) Source #
Indicates whether to automatically cross-account subnet associations that are associated with the transit gateway multicast domain.
transitGatewayMulticastDomainOptions_igmpv2Support :: Lens' TransitGatewayMulticastDomainOptions (Maybe Igmpv2SupportValue) Source #
Indicates whether Internet Group Management Protocol (IGMP) version 2 is turned on for the transit gateway multicast domain.
transitGatewayMulticastDomainOptions_staticSourcesSupport :: Lens' TransitGatewayMulticastDomainOptions (Maybe StaticSourcesSupportValue) Source #
Indicates whether support for statically configuring transit gateway multicast group sources is turned on.