Class GetAuthorizerResult


  • public final class GetAuthorizerResult
    extends java.lang.Object
    • Method Detail

      • arn

        public java.lang.String arn()
        Returns:
        ARN of the API Gateway Authorizer.
      • authorizerCredentials

        public java.lang.String authorizerCredentials()
        Returns:
        Credentials required for the authorizer.
      • authorizerId

        public java.lang.String authorizerId()
      • authorizerResultTtlInSeconds

        public java.lang.Integer authorizerResultTtlInSeconds()
        Returns:
        TTL of cached authorizer results in seconds.
      • authorizerUri

        public java.lang.String authorizerUri()
        Returns:
        Authorizer's Uniform Resource Identifier (URI).
      • id

        public java.lang.String id()
        Returns:
        The provider-assigned unique ID for this managed resource.
      • identitySource

        public java.lang.String identitySource()
        Returns:
        Source of the identity in an incoming request.
      • identityValidationExpression

        public java.lang.String identityValidationExpression()
        Returns:
        Validation expression for the incoming identity.
      • name

        public java.lang.String name()
        Returns:
        Name of the authorizer.
      • providerArns

        public java.util.List<java.lang.String> providerArns()
        Returns:
        List of the Amazon Cognito user pool ARNs.
      • restApiId

        public java.lang.String restApiId()
      • type

        public java.lang.String type()
        Returns:
        Type of the authorizer.