Interface UserPoolReference
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
UserPoolReference.Jsii$Proxy
@Generated(value="jsii-pacmak/1.113.0 (build fc68b25)",
date="2025-09-15T14:51:54.579Z")
@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.services.cognito.*; UserPoolReference userPoolReference = UserPoolReference.builder() .userPoolArn("userPoolArn") .userPoolId("userPoolId") .build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forUserPoolReference
static final class
An implementation forUserPoolReference
-
Method Summary
Modifier and TypeMethodDescriptionstatic UserPoolReference.Builder
builder()
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.Builder
ofUserPoolReference
-