@Stability(value=Stable) public static final class CfnAuthorizer.Builder extends Object implements software.amazon.jsii.Builder<CfnAuthorizer>
CfnAuthorizer.| Modifier and Type | Method and Description |
|---|---|
CfnAuthorizer.Builder |
apiId(String apiId)
`AWS::ApiGatewayV2::Authorizer.ApiId`.
|
CfnAuthorizer.Builder |
authorizerCredentialsArn(String authorizerCredentialsArn)
`AWS::ApiGatewayV2::Authorizer.AuthorizerCredentialsArn`.
|
CfnAuthorizer.Builder |
authorizerPayloadFormatVersion(String authorizerPayloadFormatVersion)
`AWS::ApiGatewayV2::Authorizer.AuthorizerPayloadFormatVersion`.
|
CfnAuthorizer.Builder |
authorizerResultTtlInSeconds(Number authorizerResultTtlInSeconds)
`AWS::ApiGatewayV2::Authorizer.AuthorizerResultTtlInSeconds`.
|
CfnAuthorizer.Builder |
authorizerType(String authorizerType)
`AWS::ApiGatewayV2::Authorizer.AuthorizerType`.
|
CfnAuthorizer.Builder |
authorizerUri(String authorizerUri)
`AWS::ApiGatewayV2::Authorizer.AuthorizerUri`.
|
CfnAuthorizer |
build() |
static CfnAuthorizer.Builder |
create(software.constructs.Construct scope,
String id) |
CfnAuthorizer.Builder |
enableSimpleResponses(Boolean enableSimpleResponses)
`AWS::ApiGatewayV2::Authorizer.EnableSimpleResponses`.
|
CfnAuthorizer.Builder |
enableSimpleResponses(IResolvable enableSimpleResponses)
`AWS::ApiGatewayV2::Authorizer.EnableSimpleResponses`.
|
CfnAuthorizer.Builder |
identitySource(List<String> identitySource)
`AWS::ApiGatewayV2::Authorizer.IdentitySource`.
|
CfnAuthorizer.Builder |
identityValidationExpression(String identityValidationExpression)
`AWS::ApiGatewayV2::Authorizer.IdentityValidationExpression`.
|
CfnAuthorizer.Builder |
jwtConfiguration(CfnAuthorizer.JWTConfigurationProperty jwtConfiguration)
`AWS::ApiGatewayV2::Authorizer.JwtConfiguration`.
|
CfnAuthorizer.Builder |
jwtConfiguration(IResolvable jwtConfiguration)
`AWS::ApiGatewayV2::Authorizer.JwtConfiguration`.
|
CfnAuthorizer.Builder |
name(String name)
`AWS::ApiGatewayV2::Authorizer.Name`.
|
@Stability(value=Stable) public static CfnAuthorizer.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnAuthorizer.JWTConfigurationProperty.Builder.@Stability(value=Stable) public CfnAuthorizer.Builder apiId(String apiId)
apiId - `AWS::ApiGatewayV2::Authorizer.ApiId`. This parameter is required.this@Stability(value=Stable) public CfnAuthorizer.Builder authorizerType(String authorizerType)
authorizerType - `AWS::ApiGatewayV2::Authorizer.AuthorizerType`. This parameter is required.this@Stability(value=Stable) public CfnAuthorizer.Builder identitySource(List<String> identitySource)
identitySource - `AWS::ApiGatewayV2::Authorizer.IdentitySource`. This parameter is required.this@Stability(value=Stable) public CfnAuthorizer.Builder name(String name)
name - `AWS::ApiGatewayV2::Authorizer.Name`. This parameter is required.this@Stability(value=Stable) public CfnAuthorizer.Builder authorizerCredentialsArn(String authorizerCredentialsArn)
authorizerCredentialsArn - `AWS::ApiGatewayV2::Authorizer.AuthorizerCredentialsArn`. This parameter is required.this@Stability(value=Stable) public CfnAuthorizer.Builder authorizerPayloadFormatVersion(String authorizerPayloadFormatVersion)
authorizerPayloadFormatVersion - `AWS::ApiGatewayV2::Authorizer.AuthorizerPayloadFormatVersion`. This parameter is required.this@Stability(value=Stable) public CfnAuthorizer.Builder authorizerResultTtlInSeconds(Number authorizerResultTtlInSeconds)
authorizerResultTtlInSeconds - `AWS::ApiGatewayV2::Authorizer.AuthorizerResultTtlInSeconds`. This parameter is required.this@Stability(value=Stable) public CfnAuthorizer.Builder authorizerUri(String authorizerUri)
authorizerUri - `AWS::ApiGatewayV2::Authorizer.AuthorizerUri`. This parameter is required.this@Stability(value=Stable) public CfnAuthorizer.Builder enableSimpleResponses(Boolean enableSimpleResponses)
enableSimpleResponses - `AWS::ApiGatewayV2::Authorizer.EnableSimpleResponses`. This parameter is required.this@Stability(value=Stable) public CfnAuthorizer.Builder enableSimpleResponses(IResolvable enableSimpleResponses)
enableSimpleResponses - `AWS::ApiGatewayV2::Authorizer.EnableSimpleResponses`. This parameter is required.this@Stability(value=Stable) public CfnAuthorizer.Builder identityValidationExpression(String identityValidationExpression)
identityValidationExpression - `AWS::ApiGatewayV2::Authorizer.IdentityValidationExpression`. This parameter is required.this@Stability(value=Stable) public CfnAuthorizer.Builder jwtConfiguration(CfnAuthorizer.JWTConfigurationProperty jwtConfiguration)
jwtConfiguration - `AWS::ApiGatewayV2::Authorizer.JwtConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnAuthorizer.Builder jwtConfiguration(IResolvable jwtConfiguration)
jwtConfiguration - `AWS::ApiGatewayV2::Authorizer.JwtConfiguration`. This parameter is required.this@Stability(value=Stable) public CfnAuthorizer build()
build in interface software.amazon.jsii.Builder<CfnAuthorizer>Copyright © 2021. All rights reserved.