@Generated(value="software.amazon.awssdk:codegen") public final class AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails extends Object implements SdkPojo, Serializable, ToCopyableBuilder<AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder,AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails>
Specifies the authorization configuration for using an Lambda function with your AppSync GraphQL API endpoint.
| Modifier and Type | Class and Description |
|---|---|
static interface |
AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder |
| Modifier and Type | Method and Description |
|---|---|
Integer |
authorizerResultTtlInSeconds()
The number of seconds a response should be cached for.
|
String |
authorizerUri()
The Amazon Resource Name (ARN) of the Lambda function to be called for authorization.
|
static AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
String |
identityValidationExpression()
A regular expression for validation of tokens before the Lambda function is called.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder> |
serializableBuilderClass() |
AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final Integer authorizerResultTtlInSeconds()
The number of seconds a response should be cached for. The default is 5 minutes (300 seconds).
public final String authorizerUri()
The Amazon Resource Name (ARN) of the Lambda function to be called for authorization. This can be a standard Lambda ARN, a version ARN (.../v3), or an alias ARN.
public final String identityValidationExpression()
A regular expression for validation of tokens before the Lambda function is called.
public AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder toBuilder()
public static AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder builder()
public static Class<? extends AwsAppSyncGraphQlApiLambdaAuthorizerConfigDetails.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.