Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.apigateway.CfnAuthorizerPropsMixin.Builder
Packages that use CfnAuthorizerPropsMixin.Builder
-
Uses of CfnAuthorizerPropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.apigateway
Methods in software.amazon.awscdk.cfnpropertymixins.services.apigateway that return CfnAuthorizerPropsMixin.BuilderModifier and TypeMethodDescriptionCfnAuthorizerPropsMixin.Builder.authorizerCredentials(String authorizerCredentials) Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.CfnAuthorizerPropsMixin.Builder.authorizerCredentials(IRoleRef authorizerCredentials) Specifies the required credentials as an IAM role for API Gateway to invoke the authorizer.CfnAuthorizerPropsMixin.Builder.authorizerResultTtlInSeconds(Number authorizerResultTtlInSeconds) The TTL in seconds of cached authorizer results.CfnAuthorizerPropsMixin.Builder.authorizerUri(String authorizerUri) Specifies the authorizer's Uniform Resource Identifier (URI).Optional customer-defined field, used in OpenAPI imports and exports without functional impact.CfnAuthorizerPropsMixin.Builder.create()CfnAuthorizerPropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnAuthorizerPropsMixin.Builder.identitySource(String identitySource) The identity source for which authorization is requested.CfnAuthorizerPropsMixin.Builder.identityValidationExpression(String identityValidationExpression) A validation expression for the incoming identity token.The name of the authorizer.CfnAuthorizerPropsMixin.Builder.providerArns(List<? extends Object> providerArns) A list of the Amazon Cognito user pool ARNs for theCOGNITO_USER_POOLSauthorizer.The string identifier of the associated RestApi.CfnAuthorizerPropsMixin.Builder.restApiId(IRestApiRef restApiId) The string identifier of the associated RestApi.The authorizer type.