@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.819Z") @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() |
default String |
getAuthorizerCredentials()
`AWS::ApiGateway::Authorizer.AuthorizerCredentials`.
|
default Number |
getAuthorizerResultTtlInSeconds()
`AWS::ApiGateway::Authorizer.AuthorizerResultTtlInSeconds`.
|
default String |
getAuthorizerUri()
`AWS::ApiGateway::Authorizer.AuthorizerUri`.
|
default String |
getAuthType()
`AWS::ApiGateway::Authorizer.AuthType`.
|
default String |
getIdentitySource()
`AWS::ApiGateway::Authorizer.IdentitySource`.
|
default String |
getIdentityValidationExpression()
`AWS::ApiGateway::Authorizer.IdentityValidationExpression`.
|
default String |
getName()
`AWS::ApiGateway::Authorizer.Name`.
|
default List<String> |
getProviderArns()
`AWS::ApiGateway::Authorizer.ProviderARNs`.
|
String |
getRestApiId()
`AWS::ApiGateway::Authorizer.RestApiId`.
|
String |
getType()
`AWS::ApiGateway::Authorizer.Type`.
|
@Stability(value=Stable) @NotNull String getRestApiId()
@Stability(value=Stable) @NotNull String getType()
@Stability(value=Stable) @Nullable default String getAuthorizerCredentials()
@Stability(value=Stable) @Nullable default Number getAuthorizerResultTtlInSeconds()
@Stability(value=Stable) @Nullable default String getAuthorizerUri()
@Stability(value=Stable) @Nullable default String getAuthType()
@Stability(value=Stable) @Nullable default String getIdentitySource()
@Stability(value=Stable) @Nullable default String getIdentityValidationExpression()
@Stability(value=Stable) @Nullable default String getName()
@Stability(value=Stable) @Nullable default List<String> getProviderArns()
@Stability(value=Stable) static CfnAuthorizerProps.Builder builder()
CfnAuthorizerProps.Builder of CfnAuthorizerPropsCopyright © 2021. All rights reserved.