Interface CfnWorkforce.CognitoConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkforce.CognitoConfigProperty.Jsii$Proxy
- Enclosing class:
CfnWorkforce
@Stability(Stable)
public static interface CfnWorkforce.CognitoConfigProperty
extends software.amazon.jsii.JsiiSerializable
The configuration of an Amazon Cognito workforce.
A single Cognito workforce is created using and corresponds to a single Amazon Cognito user pool.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sagemaker.*;
CognitoConfigProperty cognitoConfigProperty = CognitoConfigProperty.builder()
.clientId("clientId")
.userPool("userPool")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkforce.CognitoConfigPropertystatic final classAn implementation forCfnWorkforce.CognitoConfigProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()The client ID for your Amazon Cognito user pool.The ID for your Amazon Cognito user pool.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getClientId
The client ID for your Amazon Cognito user pool.- See Also:
-
getUserPool
The ID for your Amazon Cognito user pool.- See Also:
-
builder
-