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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkforce.SourceIpConfigPropertystatic final classAn implementation forCfnWorkforce.SourceIpConfigProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCidrs
A list of one to ten Classless Inter-Domain Routing (CIDR) values.- See Also:
-
builder
-