Interface UserPoolReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
UserPoolReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:16.545Z")
@Stability(Stable)
public interface UserPoolReference
extends software.amazon.jsii.JsiiSerializable
A reference to a UserPool resource.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.interfaces.cognito.*;
UserPoolReference userPoolReference = UserPoolReference.builder()
.userPoolArn("userPoolArn")
.userPoolId("userPoolId")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forUserPoolReferencestatic final classAn implementation forUserPoolReference -
Method Summary
Modifier and TypeMethodDescriptionstatic UserPoolReference.Builderbuilder()The ARN of the UserPool resource.The UserPoolId of the UserPool resource.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUserPoolArn
The ARN of the UserPool resource. -
getUserPoolId
The UserPoolId of the UserPool resource. -
builder
- Returns:
- a
UserPoolReference.BuilderofUserPoolReference
-