@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:41.083Z") @Stability(value=Deprecated) @Deprecated public class CfnAuthorizerV2 extends CfnResource implements IInspectable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.apigateway.*;
CfnAuthorizerV2 cfnAuthorizerV2 = CfnAuthorizerV2.Builder.create(this, "MyCfnAuthorizerV2")
.apiId("apiId")
.authorizerType("authorizerType")
.identitySource(List.of("identitySource"))
.name("name")
// the properties below are optional
.authorizerCredentialsArn("authorizerCredentialsArn")
.authorizerResultTtlInSeconds(123)
.authorizerUri("authorizerUri")
.identityValidationExpression("identityValidationExpression")
.jwtConfiguration(JWTConfigurationProperty.builder()
.audience(List.of("audience"))
.issuer("issuer")
.build())
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnAuthorizerV2.Builder
Deprecated.
|
static interface |
CfnAuthorizerV2.JWTConfigurationProperty
Deprecated.
moved to package aws-apigatewayv2
|
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$ProxyIConstruct.Jsii$Default| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
Deprecated.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnAuthorizerV2(Construct scope,
String id,
CfnAuthorizerV2Props props)
Deprecated.
|
protected |
CfnAuthorizerV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
CfnAuthorizerV2(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdgetNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validatejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Deprecated) @Deprecated public static final String CFN_RESOURCE_TYPE_NAME
protected CfnAuthorizerV2(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnAuthorizerV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Deprecated) @Deprecated public CfnAuthorizerV2(@NotNull Construct scope, @NotNull String id, @NotNull CfnAuthorizerV2Props props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Deprecated) @Deprecated public void inspect(@NotNull TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Deprecated) @Deprecated @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Deprecated) @Deprecated @NotNull public String getApiId()
@Stability(value=Deprecated) @Deprecated public void setApiId(@NotNull String value)
@Stability(value=Deprecated) @Deprecated @NotNull public String getAuthorizerType()
@Stability(value=Deprecated) @Deprecated public void setAuthorizerType(@NotNull String value)
@Stability(value=Deprecated) @Deprecated @NotNull public List<String> getIdentitySource()
@Stability(value=Deprecated) @Deprecated public void setIdentitySource(@NotNull List<String> value)
@Stability(value=Deprecated) @Deprecated @NotNull public String getName()
@Stability(value=Deprecated) @Deprecated public void setName(@NotNull String value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getAuthorizerCredentialsArn()
@Stability(value=Deprecated) @Deprecated public void setAuthorizerCredentialsArn(@Nullable String value)
@Stability(value=Deprecated) @Deprecated @Nullable public Number getAuthorizerResultTtlInSeconds()
@Stability(value=Deprecated) @Deprecated public void setAuthorizerResultTtlInSeconds(@Nullable Number value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getAuthorizerUri()
@Stability(value=Deprecated) @Deprecated public void setAuthorizerUri(@Nullable String value)
@Stability(value=Deprecated) @Deprecated @Nullable public String getIdentityValidationExpression()
@Stability(value=Deprecated) @Deprecated public void setIdentityValidationExpression(@Nullable String value)
@Stability(value=Deprecated) @Deprecated @Nullable public Object getJwtConfiguration()
@Stability(value=Deprecated) @Deprecated public void setJwtConfiguration(@Nullable CfnAuthorizerV2.JWTConfigurationProperty value)
@Stability(value=Deprecated) @Deprecated public void setJwtConfiguration(@Nullable IResolvable value)
Copyright © 2022. All rights reserved.