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.SourceIpConfig

Description

 
Synopsis

Documentation

data SourceIpConfig Source #

A list of IP address ranges (CIDRs). Used to create an allow list of IP addresses for a private workforce. Workers will only be able to login to their worker portal from an IP address within this range. By default, a workforce isn't restricted to specific IP addresses.

See: newSourceIpConfig smart constructor.

Constructors

SourceIpConfig' 

Fields

Instances

Instances details
Eq SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

Read SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

Show SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

Generic SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

Associated Types

type Rep SourceIpConfig :: Type -> Type #

NFData SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

Methods

rnf :: SourceIpConfig -> () #

Hashable SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

ToJSON SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

FromJSON SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

type Rep SourceIpConfig Source # 
Instance details

Defined in Amazonka.SageMaker.Types.SourceIpConfig

type Rep SourceIpConfig = D1 ('MetaData "SourceIpConfig" "Amazonka.SageMaker.Types.SourceIpConfig" "libZSservicesZSamazonka-sagemakerZSamazonka-sagemaker" 'False) (C1 ('MetaCons "SourceIpConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cidrs") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))

newSourceIpConfig :: SourceIpConfig Source #

Create a value of SourceIpConfig 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:cidrs:SourceIpConfig', sourceIpConfig_cidrs - A list of one to ten Classless Inter-Domain Routing (CIDR) values.

Maximum: Ten CIDR values

The following Length Constraints apply to individual CIDR values in the CIDR value list.

sourceIpConfig_cidrs :: Lens' SourceIpConfig [Text] Source #

A list of one to ten Classless Inter-Domain Routing (CIDR) values.

Maximum: Ten CIDR values

The following Length Constraints apply to individual CIDR values in the CIDR value list.