Interface AuthorizerProps
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AuthorizerProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.61.0 (build abf4039)", date="2022-06-22T03:19:15.681Z") @Stability(Experimental) public interface AuthorizerProps extends software.amazon.jsii.JsiiSerializable
(experimental) Properties for an authorizer.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAuthorizerProps.BuilderA builder forAuthorizerPropsstatic classAuthorizerProps.Jsii$ProxyAn implementation forAuthorizerProps
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static AuthorizerProps.Builderbuilder()software.amazon.awscdk.services.apigateway.AuthorizationTypegetAuthorizationType()(experimental) The type of the authorizer.StringgetAuthorizerId()(experimental) The unique identifier for the authorizer.
-
-
-
Method Detail
-
getAuthorizationType
@Stability(Experimental) @NotNull software.amazon.awscdk.services.apigateway.AuthorizationType getAuthorizationType()
(experimental) The type of the authorizer.
-
getAuthorizerId
@Stability(Experimental) @NotNull String getAuthorizerId()
(experimental) The unique identifier for the authorizer.
-
builder
@Stability(Experimental) static AuthorizerProps.Builder builder()
- Returns:
- a
AuthorizerProps.BuilderofAuthorizerProps
-
-