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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkforcePropsMixin.SourceIpConfigPropertystatic final classAn implementation forCfnWorkforcePropsMixin.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
-