@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-03-22T19:35:47.456Z") @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
|
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
IConstruct.Jsii$Default
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CFN_RESOURCE_TYPE_NAME
Deprecated.
|
Modifier | Constructor and Description |
---|---|
|
CfnAuthorizerV2(Construct scope,
java.lang.String id,
CfnAuthorizerV2Props props)
Deprecated.
|
protected |
CfnAuthorizerV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
Deprecated.
|
protected |
CfnAuthorizerV2(software.amazon.jsii.JsiiObjectRef objRef)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getApiId()
Deprecated.
|
java.lang.String |
getAuthorizerCredentialsArn()
Deprecated.
|
java.lang.Number |
getAuthorizerResultTtlInSeconds()
Deprecated.
|
java.lang.String |
getAuthorizerType()
Deprecated.
|
java.lang.String |
getAuthorizerUri()
Deprecated.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
getCfnProperties()
Deprecated.
|
java.util.List<java.lang.String> |
getIdentitySource()
Deprecated.
|
java.lang.String |
getIdentityValidationExpression()
Deprecated.
|
java.lang.Object |
getJwtConfiguration()
Deprecated.
|
java.lang.String |
getName()
Deprecated.
|
void |
inspect(TreeInspector inspector)
Deprecated.
|
protected java.util.Map<java.lang.String,java.lang.Object> |
renderProperties(java.util.Map<java.lang.String,java.lang.Object> props)
Deprecated.
|
void |
setApiId(java.lang.String value)
Deprecated.
|
void |
setAuthorizerCredentialsArn(java.lang.String value)
Deprecated.
|
void |
setAuthorizerResultTtlInSeconds(java.lang.Number value)
Deprecated.
|
void |
setAuthorizerType(java.lang.String value)
Deprecated.
|
void |
setAuthorizerUri(java.lang.String value)
Deprecated.
|
void |
setIdentitySource(java.util.List<java.lang.String> value)
Deprecated.
|
void |
setIdentityValidationExpression(java.lang.String value)
Deprecated.
|
void |
setJwtConfiguration(CfnAuthorizerV2.JWTConfigurationProperty value)
Deprecated.
|
void |
setJwtConfiguration(IResolvable value)
Deprecated.
|
void |
setName(java.lang.String value)
Deprecated.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validateProperties
getRef
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
getNode, isConstruct, onPrepare, onSynthesize, onValidate, prepare, synthesize, validate
@Deprecated public static final java.lang.String CFN_RESOURCE_TYPE_NAME
protected CfnAuthorizerV2(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnAuthorizerV2(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Deprecated public CfnAuthorizerV2(Construct scope, java.lang.String id, 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.@Deprecated public void inspect(TreeInspector inspector)
inspect
in interface IInspectable
inspector
- - tree inspector to collect and process attributes. This parameter is required.@Deprecated protected java.util.Map<java.lang.String,java.lang.Object> renderProperties(java.util.Map<java.lang.String,java.lang.Object> props)
renderProperties
in class CfnResource
props
- This parameter is required.@Deprecated protected java.util.Map<java.lang.String,java.lang.Object> getCfnProperties()
getCfnProperties
in class CfnResource
@Deprecated public java.lang.String getApiId()
@Deprecated public void setApiId(java.lang.String value)
@Deprecated public java.lang.String getAuthorizerType()
@Deprecated public void setAuthorizerType(java.lang.String value)
@Deprecated public java.util.List<java.lang.String> getIdentitySource()
@Deprecated public void setIdentitySource(java.util.List<java.lang.String> value)
@Deprecated public java.lang.String getName()
@Deprecated public void setName(java.lang.String value)
@Deprecated public java.lang.String getAuthorizerCredentialsArn()
@Deprecated public void setAuthorizerCredentialsArn(java.lang.String value)
@Deprecated public java.lang.Number getAuthorizerResultTtlInSeconds()
@Deprecated public void setAuthorizerResultTtlInSeconds(java.lang.Number value)
@Deprecated public java.lang.String getAuthorizerUri()
@Deprecated public void setAuthorizerUri(java.lang.String value)
@Deprecated public java.lang.String getIdentityValidationExpression()
@Deprecated public void setIdentityValidationExpression(java.lang.String value)
@Deprecated public java.lang.Object getJwtConfiguration()
@Deprecated public void setJwtConfiguration(IResolvable value)
@Deprecated public void setJwtConfiguration(CfnAuthorizerV2.JWTConfigurationProperty value)