Interface SagemakerWorkforceWorkforceVpcConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
SagemakerWorkforceWorkforceVpcConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.990Z") @Stability(Stable) public interface SagemakerWorkforceWorkforceVpcConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSagemakerWorkforceWorkforceVpcConfig.BuilderA builder forSagemakerWorkforceWorkforceVpcConfigstatic classSagemakerWorkforceWorkforceVpcConfig.Jsii$ProxyAn implementation forSagemakerWorkforceWorkforceVpcConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static SagemakerWorkforceWorkforceVpcConfig.Builderbuilder()default List<String>getSecurityGroupIds()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#security_group_ids SagemakerWorkforce#security_group_ids}.default List<String>getSubnets()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#subnets SagemakerWorkforce#subnets}.default StringgetVpcId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#vpc_id SagemakerWorkforce#vpc_id}.
-
-
-
Method Detail
-
getSecurityGroupIds
@Stability(Stable) @Nullable default List<String> getSecurityGroupIds()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#security_group_ids SagemakerWorkforce#security_group_ids}.
-
getSubnets
@Stability(Stable) @Nullable default List<String> getSubnets()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#subnets SagemakerWorkforce#subnets}.
-
getVpcId
@Stability(Stable) @Nullable default String getVpcId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/sagemaker_workforce#vpc_id SagemakerWorkforce#vpc_id}.
-
builder
@Stability(Stable) static SagemakerWorkforceWorkforceVpcConfig.Builder builder()
-
-