@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.816Z") @Stability(value=Experimental) public abstract class Authorizer extends Resource implements IAuthorizer
software.amazon.jsii.JsiiObject.InitializationModeIAuthorizer.Jsii$DefaultIResource.Jsii$Default| Modifier | Constructor and Description |
|---|---|
protected |
Authorizer(software.constructs.Construct scope,
String id) |
protected |
Authorizer(software.constructs.Construct scope,
String id,
ResourceProps props) |
protected |
Authorizer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
Authorizer(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
AuthorizationType |
getAuthorizationType()
(experimental) The authorization type of this authorizer.
|
abstract String |
getAuthorizerId()
(experimental) The authorizer ID.
|
static Boolean |
isAuthorizer(Object x)
(experimental) Return whether the given object is an Authorizer.
|
applyRemovalPolicy, generatePhysicalName, getEnv, getPhysicalName, getResourceArnAttribute, getResourceNameAttribute, getStack, isResourcejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected Authorizer(software.amazon.jsii.JsiiObjectRef objRef)
protected Authorizer(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
protected Authorizer(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@Nullable
ResourceProps props)
scope - This parameter is required.id - This parameter is required.props - @Stability(value=Experimental)
protected Authorizer(@NotNull
software.constructs.Construct scope,
@NotNull
String id)
scope - This parameter is required.id - This parameter is required.@Stability(value=Experimental) @NotNull public static Boolean isAuthorizer(@NotNull Object x)
x - This parameter is required.@Stability(value=Experimental) @NotNull public abstract String getAuthorizerId()
getAuthorizerId in interface IAuthorizer@Stability(value=Experimental) @Nullable public AuthorizationType getAuthorizationType()
getAuthorizationType in interface IAuthorizerCopyright © 2021. All rights reserved.