amazonka-networkmanager-2.0: Amazon Network Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.NetworkManager.Types.VpcOptions

Description

 
Synopsis

Documentation

data VpcOptions Source #

Describes the VPC options.

See: newVpcOptions smart constructor.

Constructors

VpcOptions' 

Fields

  • applianceModeSupport :: Maybe Bool

    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.

  • ipv6Support :: Maybe Bool

    Indicates whether IPv6 is supported.

Instances

Instances details
FromJSON VpcOptions Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.VpcOptions

ToJSON VpcOptions Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.VpcOptions

Generic VpcOptions Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.VpcOptions

Associated Types

type Rep VpcOptions :: Type -> Type #

Read VpcOptions Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.VpcOptions

Show VpcOptions Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.VpcOptions

NFData VpcOptions Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.VpcOptions

Methods

rnf :: VpcOptions -> () #

Eq VpcOptions Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.VpcOptions

Hashable VpcOptions Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.VpcOptions

type Rep VpcOptions Source # 
Instance details

Defined in Amazonka.NetworkManager.Types.VpcOptions

type Rep VpcOptions = D1 ('MetaData "VpcOptions" "Amazonka.NetworkManager.Types.VpcOptions" "amazonka-networkmanager-2.0-4HNcDlBc00x67cUJWWz3sw" 'False) (C1 ('MetaCons "VpcOptions'" 'PrefixI 'True) (S1 ('MetaSel ('Just "applianceModeSupport") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "ipv6Support") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool))))

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.