Interface CfnWorkforcePropsMixin.SourceIpConfigProperty

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

@Stability(Stable) public static interface CfnWorkforcePropsMixin.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.cfnpropertymixins.services.sagemaker.*;
 SourceIpConfigProperty sourceIpConfigProperty = SourceIpConfigProperty.builder()
         .cidrs(List.of("cidrs"))
         .build();
 

See Also: