aws_api_gateway_integration_response

    0

    0

    lucycodes42

    Terraform snippets

    The code declares a resource named "MyDemoIntegrationResponse" and sets its rest_api_id and resource_id properties. It also sets the http_method and status_code properties. The rest_api_id is the ID of the resource's REST API, and the resource_id is the ID of the resource itself. The code specifies that the http_method property should be set to "MyDemoMethod.http_method" and the status_code property should be set to "200.status_code".

    Shortcut: tf_aws_api_gateway_integration_response

    resource "aws_api_gateway_integration_response" "${MyDemoIntegrationResponse}" {
       rest_api_id = "\${aws_api_gateway_rest_api.MyDemoAPI.id}"
       resource_id = "\${aws_api_gateway_resource.MyDemoResource.id}"
       http_method = "\${aws_api_gateway_method.MyDemoMethod.http_method}"
       status_code = "\${aws_api_gateway_method_response.200.status_code}"
    }
    Codiga Logo
    Codiga Hub
    • Rulesets
    • Playground
    • Snippets
    • Cookbooks
    Legal
    • Security
    • Privacy Policy
    • Code Privacy
    • Terms of Service
    soc-2 icon

    We are SOC-2 Compliance Certified

    G2 high performer medal

    Codiga – All rights reserved 2022.