Interface CfnWorkforcePropsMixin.CognitoConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnWorkforcePropsMixin.CognitoConfigProperty.Jsii$Proxy
- Enclosing class:
CfnWorkforcePropsMixin
@Stability(Stable)
public static interface CfnWorkforcePropsMixin.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.cfnpropertymixins.services.sagemaker.*;
CognitoConfigProperty cognitoConfigProperty = CognitoConfigProperty.builder()
.clientId("clientId")
.userPool("userPool")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnWorkforcePropsMixin.CognitoConfigPropertystatic final classAn implementation forCfnWorkforcePropsMixin.CognitoConfigProperty -
Method Summary
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
-