class Aws::SageMaker::Types::SourceIpConfig

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.

[1]: docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html

@note When making an API call, you may pass SourceIpConfig

data as a hash:

    {
      cidrs: ["Cidr"], # required
    }

@!attribute [rw] cidrs

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

Maximum: Ten CIDR values

<note markdown="1"> The following Length Constraints apply to individual CIDR values in
the CIDR value list.

 </note>

[1]: https://docs.aws.amazon.com/vpc/latest/userguide/VPC_Subnets.html
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/sagemaker-2017-07-24/SourceIpConfig AWS API Documentation

Constants

SENSITIVE