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
    • 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}.