Interface Apigatewayv2RouteConfig

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    All Known Implementing Classes:
    Apigatewayv2RouteConfig.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:50.298Z")
    @Stability(Stable)
    public interface Apigatewayv2RouteConfig
    extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
    • Method Summary

      All Methods Static Methods Instance Methods Abstract Methods Default Methods 
      Modifier and Type Method Description
      static Apigatewayv2RouteConfig.Builder builder()  
      String getApiId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#api_id Apigatewayv2Route#api_id}.
      default Object getApiKeyRequired()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#api_key_required Apigatewayv2Route#api_key_required}.
      default List<String> getAuthorizationScopes()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#authorization_scopes Apigatewayv2Route#authorization_scopes}.
      default String getAuthorizationType()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#authorization_type Apigatewayv2Route#authorization_type}.
      default String getAuthorizerId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#authorizer_id Apigatewayv2Route#authorizer_id}.
      default String getId()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#id Apigatewayv2Route#id}.
      default String getModelSelectionExpression()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#model_selection_expression Apigatewayv2Route#model_selection_expression}.
      default String getOperationName()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#operation_name Apigatewayv2Route#operation_name}.
      default Map<String,​String> getRequestModels()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#request_models Apigatewayv2Route#request_models}.
      default Object getRequestParameter()
      request_parameter block.
      String getRouteKey()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#route_key Apigatewayv2Route#route_key}.
      default String getRouteResponseSelectionExpression()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#route_response_selection_expression Apigatewayv2Route#route_response_selection_expression}.
      default String getTarget()
      Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#target Apigatewayv2Route#target}.
      • Methods inherited from interface software.amazon.jsii.JsiiSerializable

        $jsii$toJson
      • Methods inherited from interface com.hashicorp.cdktf.TerraformMetaArguments

        getConnection, getCount, getDependsOn, getForEach, getLifecycle, getProvider, getProvisioners
    • Method Detail

      • getApiId

        @Stability(Stable)
        @NotNull
        String getApiId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#api_id Apigatewayv2Route#api_id}.
      • getRouteKey

        @Stability(Stable)
        @NotNull
        String getRouteKey()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#route_key Apigatewayv2Route#route_key}.
      • getApiKeyRequired

        @Stability(Stable)
        @Nullable
        default Object getApiKeyRequired()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#api_key_required Apigatewayv2Route#api_key_required}.
      • getAuthorizationScopes

        @Stability(Stable)
        @Nullable
        default List<String> getAuthorizationScopes()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#authorization_scopes Apigatewayv2Route#authorization_scopes}.
      • getAuthorizationType

        @Stability(Stable)
        @Nullable
        default String getAuthorizationType()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#authorization_type Apigatewayv2Route#authorization_type}.
      • getAuthorizerId

        @Stability(Stable)
        @Nullable
        default String getAuthorizerId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#authorizer_id Apigatewayv2Route#authorizer_id}.
      • getId

        @Stability(Stable)
        @Nullable
        default String getId()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#id Apigatewayv2Route#id}.

        Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.

      • getModelSelectionExpression

        @Stability(Stable)
        @Nullable
        default String getModelSelectionExpression()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#model_selection_expression Apigatewayv2Route#model_selection_expression}.
      • getOperationName

        @Stability(Stable)
        @Nullable
        default String getOperationName()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#operation_name Apigatewayv2Route#operation_name}.
      • getRequestModels

        @Stability(Stable)
        @Nullable
        default Map<String,​String> getRequestModels()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#request_models Apigatewayv2Route#request_models}.
      • getRequestParameter

        @Stability(Stable)
        @Nullable
        default Object getRequestParameter()
        request_parameter block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#request_parameter Apigatewayv2Route#request_parameter}

      • getRouteResponseSelectionExpression

        @Stability(Stable)
        @Nullable
        default String getRouteResponseSelectionExpression()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#route_response_selection_expression Apigatewayv2Route#route_response_selection_expression}.
      • getTarget

        @Stability(Stable)
        @Nullable
        default String getTarget()
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/apigatewayv2_route#target Apigatewayv2Route#target}.