| 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 |
Amazonka.EC2.Types.CreateTransitGatewayMulticastDomainRequestOptions
Description
Synopsis
- data CreateTransitGatewayMulticastDomainRequestOptions = CreateTransitGatewayMulticastDomainRequestOptions' {}
- newCreateTransitGatewayMulticastDomainRequestOptions :: CreateTransitGatewayMulticastDomainRequestOptions
- createTransitGatewayMulticastDomainRequestOptions_autoAcceptSharedAssociations :: Lens' CreateTransitGatewayMulticastDomainRequestOptions (Maybe AutoAcceptSharedAssociationsValue)
- createTransitGatewayMulticastDomainRequestOptions_igmpv2Support :: Lens' CreateTransitGatewayMulticastDomainRequestOptions (Maybe Igmpv2SupportValue)
- createTransitGatewayMulticastDomainRequestOptions_staticSourcesSupport :: Lens' CreateTransitGatewayMulticastDomainRequestOptions (Maybe StaticSourcesSupportValue)
Documentation
data CreateTransitGatewayMulticastDomainRequestOptions Source #
The options for the transit gateway multicast domain.
See: newCreateTransitGatewayMulticastDomainRequestOptions smart constructor.
Constructors
| CreateTransitGatewayMulticastDomainRequestOptions' | |
Fields
| |
Instances
newCreateTransitGatewayMulticastDomainRequestOptions :: CreateTransitGatewayMulticastDomainRequestOptions Source #
Create a value of CreateTransitGatewayMulticastDomainRequestOptions 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:CreateTransitGatewayMulticastDomainRequestOptions', createTransitGatewayMulticastDomainRequestOptions_autoAcceptSharedAssociations - Indicates whether to automatically accept cross-account subnet
associations that are associated with the transit gateway multicast
domain.
$sel:igmpv2Support:CreateTransitGatewayMulticastDomainRequestOptions', createTransitGatewayMulticastDomainRequestOptions_igmpv2Support - Specify whether to enable Internet Group Management Protocol (IGMP)
version 2 for the transit gateway multicast domain.
$sel:staticSourcesSupport:CreateTransitGatewayMulticastDomainRequestOptions', createTransitGatewayMulticastDomainRequestOptions_staticSourcesSupport - Specify whether to enable support for statically configuring multicast
group sources for a domain.
createTransitGatewayMulticastDomainRequestOptions_autoAcceptSharedAssociations :: Lens' CreateTransitGatewayMulticastDomainRequestOptions (Maybe AutoAcceptSharedAssociationsValue) Source #
Indicates whether to automatically accept cross-account subnet associations that are associated with the transit gateway multicast domain.
createTransitGatewayMulticastDomainRequestOptions_igmpv2Support :: Lens' CreateTransitGatewayMulticastDomainRequestOptions (Maybe Igmpv2SupportValue) Source #
Specify whether to enable Internet Group Management Protocol (IGMP) version 2 for the transit gateway multicast domain.
createTransitGatewayMulticastDomainRequestOptions_staticSourcesSupport :: Lens' CreateTransitGatewayMulticastDomainRequestOptions (Maybe StaticSourcesSupportValue) Source #
Specify whether to enable support for statically configuring multicast group sources for a domain.