Class GetAuthorizerResult
- java.lang.Object
-
- com.pulumi.aws.apigateway.outputs.GetAuthorizerResult
-
public final class GetAuthorizerResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetAuthorizerResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
arn()
java.lang.String
authorizerCredentials()
java.lang.String
authorizerId()
java.lang.Integer
authorizerResultTtlInSeconds()
java.lang.String
authorizerUri()
static GetAuthorizerResult.Builder
builder()
static GetAuthorizerResult.Builder
builder(GetAuthorizerResult defaults)
java.lang.String
id()
java.lang.String
identitySource()
java.lang.String
identityValidationExpression()
java.lang.String
name()
java.util.List<java.lang.String>
providerArns()
java.lang.String
restApiId()
java.lang.String
type()
-
-
-
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.
-
builder
public static GetAuthorizerResult.Builder builder()
-
builder
public static GetAuthorizerResult.Builder builder(GetAuthorizerResult defaults)
-
-