| 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.NetworkManager.Types.VpcOptions
Description
Synopsis
Documentation
data VpcOptions Source #
Describes the VPC options.
See: newVpcOptions smart constructor.
Constructors
| VpcOptions' | |
Fields
| |
Instances
newVpcOptions :: VpcOptions Source #
Create a value of VpcOptions 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:applianceModeSupport:VpcOptions', vpcOptions_applianceModeSupport - Indicates whether appliance mode is supported. If enabled, traffic flow
between a source and destination use the same Availability Zone for the
VPC attachment for the lifetime of that flow. The default value is
false.
$sel:ipv6Support:VpcOptions', vpcOptions_ipv6Support - Indicates whether IPv6 is supported.
vpcOptions_applianceModeSupport :: Lens' VpcOptions (Maybe Bool) Source #
Indicates whether appliance mode is supported. If enabled, traffic flow
between a source and destination use the same Availability Zone for the
VPC attachment for the lifetime of that flow. The default value is
false.
vpcOptions_ipv6Support :: Lens' VpcOptions (Maybe Bool) Source #
Indicates whether IPv6 is supported.