interface SwaggerCognitoAuthorizer {
    authorizerResultTtlInSeconds?: number;
    identitySource: string;
    providerARNs: Input<string>[];
    type: "cognito_user_pools";
}

Properties

authorizerResultTtlInSeconds?: number
identitySource: string
providerARNs: Input<string>[]
type: "cognito_user_pools"

Generated using TypeDoc