Interface CfnWorkforce.SourceIpConfigProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnWorkforce.SourceIpConfigProperty.Jsii$Proxy
Enclosing class:
CfnWorkforce

@Stability(Stable) public static interface CfnWorkforce.SourceIpConfigProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.sagemaker.*;
 SourceIpConfigProperty sourceIpConfigProperty = SourceIpConfigProperty.builder()
         .cidrs(List.of("cidrs"))
         .build();
 

See Also: