interface SourceIpConfigProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.SageMaker.CfnWorkforcePropsMixin.SourceIpConfigProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awssagemaker#CfnWorkforcePropsMixin_SourceIpConfigProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnWorkforcePropsMixin.SourceIpConfigProperty |
Python | aws_cdk.cfn_property_mixins.aws_sagemaker.CfnWorkforcePropsMixin.SourceIpConfigProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_sagemaker » CfnWorkforcePropsMixin » SourceIpConfigProperty |
A list of IP address ranges used to access your training data.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_sagemaker as sagemaker } from '@aws-cdk/cfn-property-mixins';
const sourceIpConfigProperty: sagemaker.CfnWorkforcePropsMixin.SourceIpConfigProperty = {
cidrs: ['cidrs'],
};
Properties
| Name | Type | Description |
|---|---|---|
| cidrs? | string[] | A list of one to ten Classless Inter-Domain Routing (CIDR) values. |
cidrs?
Type:
string[]
(optional)
A list of one to ten Classless Inter-Domain Routing (CIDR) values.

.NET
Go
Java
Python
TypeScript