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: