libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.SageMaker.Types.AutoMLSecurityConfig

Description

 
Synopsis

Documentation

data AutoMLSecurityConfig Source #

Security options.

See: newAutoMLSecurityConfig smart constructor.

Constructors

AutoMLSecurityConfig' 

Fields

Instances

Instances details
Eq AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

Read AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

Show AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

Generic AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

Associated Types

type Rep AutoMLSecurityConfig :: Type -> Type #

NFData AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

Methods

rnf :: AutoMLSecurityConfig -> () #

Hashable AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

ToJSON AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

FromJSON AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

type Rep AutoMLSecurityConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.AutoMLSecurityConfig

type Rep AutoMLSecurityConfig = D1 ('MetaData "AutoMLSecurityConfig" "Amazonka.SageMaker.Types.AutoMLSecurityConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "AutoMLSecurityConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "vpcConfig") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe VpcConfig)) :*: (S1 ('MetaSel ('Just "volumeKmsKeyId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "enableInterContainerTrafficEncryption") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)))))

newAutoMLSecurityConfig :: AutoMLSecurityConfig Source #

Create a value of AutoMLSecurityConfig 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:vpcConfig:AutoMLSecurityConfig', autoMLSecurityConfig_vpcConfig - The VPC configuration.

$sel:volumeKmsKeyId:AutoMLSecurityConfig', autoMLSecurityConfig_volumeKmsKeyId - The key used to encrypt stored data.

$sel:enableInterContainerTrafficEncryption:AutoMLSecurityConfig', autoMLSecurityConfig_enableInterContainerTrafficEncryption - Whether to use traffic encryption between the container layers.

autoMLSecurityConfig_enableInterContainerTrafficEncryption :: Lens' AutoMLSecurityConfig (Maybe Bool) Source #

Whether to use traffic encryption between the container layers.