@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:41.086Z") @Stability(value=Deprecated) @Deprecated public interface CfnAuthorizerV2Props extends software.amazon.jsii.JsiiSerializable
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.*;
CfnAuthorizerV2Props cfnAuthorizerV2Props = CfnAuthorizerV2Props.builder()
.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 | Interface and Description |
|---|---|
static class |
CfnAuthorizerV2Props.Builder
Deprecated.
|
static class |
CfnAuthorizerV2Props.Jsii$Proxy
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static CfnAuthorizerV2Props.Builder |
builder()
Deprecated.
|
String |
getApiId()
Deprecated.
|
default String |
getAuthorizerCredentialsArn()
Deprecated.
|
default Number |
getAuthorizerResultTtlInSeconds()
Deprecated.
|
String |
getAuthorizerType()
Deprecated.
|
default String |
getAuthorizerUri()
Deprecated.
|
List<String> |
getIdentitySource()
Deprecated.
|
default String |
getIdentityValidationExpression()
Deprecated.
|
default Object |
getJwtConfiguration()
Deprecated.
|
String |
getName()
Deprecated.
|
@Stability(value=Deprecated) @Deprecated @NotNull String getApiId()
@Stability(value=Deprecated) @Deprecated @NotNull String getAuthorizerType()
@Stability(value=Deprecated) @Deprecated @NotNull List<String> getIdentitySource()
@Stability(value=Deprecated) @Deprecated @NotNull String getName()
@Stability(value=Deprecated) @Deprecated @Nullable default String getAuthorizerCredentialsArn()
@Stability(value=Deprecated) @Deprecated @Nullable default Number getAuthorizerResultTtlInSeconds()
@Stability(value=Deprecated) @Deprecated @Nullable default String getAuthorizerUri()
@Stability(value=Deprecated) @Deprecated @Nullable default String getIdentityValidationExpression()
@Stability(value=Deprecated) @Deprecated @Nullable default Object getJwtConfiguration()
@Stability(value=Deprecated) @Deprecated static CfnAuthorizerV2Props.Builder builder()
CfnAuthorizerV2Props.Builder of CfnAuthorizerV2PropsCopyright © 2022. All rights reserved.