View a markdown version of this page

AWS::SageMaker::Workforce SourceIpConfig - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SageMaker::Workforce 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 log in to their worker portal from an IP address within this range. By default, a workforce isn't restricted to specific IP addresses.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Cidrs" : [ String, ... ] }

YAML

Cidrs: - String

Properties

Cidrs

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

Maximum: Ten CIDR values

Note

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

Required: Yes

Type: Array of String

Maximum: 10

Update requires: No interruption