Class CognitoAuthorizerProps.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.openapigateway.CognitoAuthorizerProps.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,CognitoAuthorizerProps
- Enclosing interface:
- CognitoAuthorizerProps
@Stability(Experimental) @Internal public static final class CognitoAuthorizerProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CognitoAuthorizerProps
An implementation forCognitoAuthorizerProps
-
-
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.CognitoAuthorizerProps
CognitoAuthorizerProps.Builder, CognitoAuthorizerProps.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(CognitoAuthorizerProps.Builder builder)Constructor that initializes the object based on literal property values passed by theCognitoAuthorizerProps.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)List<String>getAuthorizationScopes()(experimental) A list of authorization scopes configured on the method.StringgetAuthorizerId()(experimental) Unique identifier for this authorizer.List<software.amazon.awscdk.services.cognito.IUserPool>getUserPools()(experimental) The Cognito user pools associated with this 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(CognitoAuthorizerProps.Builder builder)
Constructor that initializes the object based on literal property values passed by theCognitoAuthorizerProps.Builder.
-
-
Method Detail
-
getAuthorizerId
public final String getAuthorizerId()
Description copied from interface:CognitoAuthorizerProps(experimental) Unique identifier for this authorizer.- Specified by:
getAuthorizerIdin interfaceCognitoAuthorizerProps
-
getUserPools
public final List<software.amazon.awscdk.services.cognito.IUserPool> getUserPools()
Description copied from interface:CognitoAuthorizerProps(experimental) The Cognito user pools associated with this authorizer.- Specified by:
getUserPoolsin interfaceCognitoAuthorizerProps
-
getAuthorizationScopes
public final List<String> getAuthorizationScopes()
Description copied from interface:CognitoAuthorizerProps(experimental) A list of authorization scopes configured on the method.When used as the default authorizer, these scopes will be applied to all methods without an authorizer at the integration level.
Default: []
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-