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