Class CustomAuthorizerProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.openapigateway.CustomAuthorizerProps.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,CustomAuthorizerProps
- Enclosing interface:
- CustomAuthorizerProps
@Stability(Experimental) @Internal public static final class CustomAuthorizerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CustomAuthorizerProps
An implementation forCustomAuthorizerProps
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.openapigateway.CustomAuthorizerProps
CustomAuthorizerProps.Builder, CustomAuthorizerProps.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(CustomAuthorizerProps.Builder builder)Constructor that initializes the object based on literal property values passed by theCustomAuthorizerProps.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetAuthorizerId()(experimental) Unique identifier for this authorizer.NumbergetAuthorizerResultTtlInSeconds()(experimental) The number of seconds during which the authorizer result is cached.software.amazon.awscdk.services.lambda.IFunctiongetFunction()(experimental) The lambda function used to authorize requests.StringgetIdentitySource()(experimental) The source of the identity in an incoming request.CustomAuthorizerTypegetType()(experimental) The type of custom authorizer.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(CustomAuthorizerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theCustomAuthorizerProps.Builder.
-
-
Method Detail
-
getAuthorizerId
public final String getAuthorizerId()
Description copied from interface:CustomAuthorizerProps(experimental) Unique identifier for this authorizer.- Specified by:
getAuthorizerIdin interfaceCustomAuthorizerProps
-
getFunction
public final software.amazon.awscdk.services.lambda.IFunction getFunction()
Description copied from interface:CustomAuthorizerProps(experimental) The lambda function used to authorize requests.- Specified by:
getFunctionin interfaceCustomAuthorizerProps
-
getAuthorizerResultTtlInSeconds
public final Number getAuthorizerResultTtlInSeconds()
Description copied from interface:CustomAuthorizerProps(experimental) The number of seconds during which the authorizer result is cached.Default: 300
- Specified by:
getAuthorizerResultTtlInSecondsin interfaceCustomAuthorizerProps
-
getIdentitySource
public final String getIdentitySource()
Description copied from interface:CustomAuthorizerProps(experimental) The source of the identity in an incoming request.Default: "method.request.header.Authorization"
-
getType
public final CustomAuthorizerType getType()
Description copied from interface:CustomAuthorizerProps(experimental) The type of custom authorizer.Default: CustomAuthorizerType.TOKEN
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-