public static class AuthConfig.Custom
extends AuthConfig
Represents a custom authentication lambda function.
See here for more information about custom authentication.
This should only be used if the custom authentication lambda is not created as part of the same CloudFormation stack as the application.
AuthConfig.CognitoUserPools, AuthConfig.Custom| Constructor and Description |
|---|
Custom(java.lang.String lambdaArn)
Represents a custom authentication lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
component1()
The ARN of the custom authentication lambda function.
|
AuthConfig.Custom |
copy(java.lang.String lambdaArn)
Represents a custom authentication lambda function.
|
boolean |
equals(java.lang.Object p) |
java.lang.String |
getLambdaArn()
The ARN of the custom authentication lambda function.
|
int |
hashCode() |
java.lang.String |
toString() |
public Custom(java.lang.String lambdaArn)
Represents a custom authentication lambda function.
See here for more information about custom authentication.
This should only be used if the custom authentication lambda is not created as part of the same CloudFormation stack as the application.
lambdaArn - The ARN of the custom authentication lambda function.public java.lang.String getLambdaArn()
The ARN of the custom authentication lambda function.
public java.lang.String component1()
The ARN of the custom authentication lambda function.
public AuthConfig.Custom copy(java.lang.String lambdaArn)
Represents a custom authentication lambda function.
See here for more information about custom authentication.
This should only be used if the custom authentication lambda is not created as part of the same CloudFormation stack as the application.
public java.lang.String toString()
public int hashCode()
public boolean equals(java.lang.Object p)