@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.909Z") @Stability(value=Stable) public interface CfnAuthorizerProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAuthorizerProps.Builder
A builder for
CfnAuthorizerProps |
static class |
CfnAuthorizerProps.Jsii$Proxy
An implementation for
CfnAuthorizerProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnAuthorizerProps.Builder |
builder() |
String |
getApiId()
`AWS::ApiGatewayV2::Authorizer.ApiId`.
|
default String |
getAuthorizerCredentialsArn()
`AWS::ApiGatewayV2::Authorizer.AuthorizerCredentialsArn`.
|
default String |
getAuthorizerPayloadFormatVersion()
`AWS::ApiGatewayV2::Authorizer.AuthorizerPayloadFormatVersion`.
|
default Number |
getAuthorizerResultTtlInSeconds()
`AWS::ApiGatewayV2::Authorizer.AuthorizerResultTtlInSeconds`.
|
String |
getAuthorizerType()
`AWS::ApiGatewayV2::Authorizer.AuthorizerType`.
|
default String |
getAuthorizerUri()
`AWS::ApiGatewayV2::Authorizer.AuthorizerUri`.
|
default Object |
getEnableSimpleResponses()
`AWS::ApiGatewayV2::Authorizer.EnableSimpleResponses`.
|
List<String> |
getIdentitySource()
`AWS::ApiGatewayV2::Authorizer.IdentitySource`.
|
default String |
getIdentityValidationExpression()
`AWS::ApiGatewayV2::Authorizer.IdentityValidationExpression`.
|
default Object |
getJwtConfiguration()
`AWS::ApiGatewayV2::Authorizer.JwtConfiguration`.
|
String |
getName()
`AWS::ApiGatewayV2::Authorizer.Name`.
|
@Stability(value=Stable) @NotNull String getApiId()
@Stability(value=Stable) @NotNull String getAuthorizerType()
@Stability(value=Stable) @NotNull List<String> getIdentitySource()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default String getAuthorizerCredentialsArn()
@Stability(value=Stable) @Nullable default String getAuthorizerPayloadFormatVersion()
@Stability(value=Stable) @Nullable default Number getAuthorizerResultTtlInSeconds()
@Stability(value=Stable) @Nullable default String getAuthorizerUri()
@Stability(value=Stable) @Nullable default Object getEnableSimpleResponses()
@Stability(value=Stable) @Nullable default String getIdentityValidationExpression()
@Stability(value=Stable) @Nullable default Object getJwtConfiguration()
@Stability(value=Stable) static CfnAuthorizerProps.Builder builder()
CfnAuthorizerProps.Builder of CfnAuthorizerPropsCopyright © 2021. All rights reserved.