Interface SagemakerWorkforceSourceIpConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SagemakerWorkforceSourceIpConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.990Z") @Stability(Stable) public interface SagemakerWorkforceSourceIpConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSagemakerWorkforceSourceIpConfig.BuilderA builder forSagemakerWorkforceSourceIpConfigstatic classSagemakerWorkforceSourceIpConfig.Jsii$ProxyAn implementation forSagemakerWorkforceSourceIpConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static SagemakerWorkforceSourceIpConfig.Builderbuilder()List<String>getCidrs()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#cidrs SagemakerWorkforce#cidrs}.
-
-
-
Method Detail
-
getCidrs
@Stability(Stable) @NotNull List<String> getCidrs()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#cidrs SagemakerWorkforce#cidrs}.
-
builder
@Stability(Stable) static SagemakerWorkforceSourceIpConfig.Builder builder()
-
-