aws_api_gateway_integration

    0

    0

    lucycodes42

    Terraform snippets

    The following code configures an aws_api_gateway_integration resource for use in a testing environment. The resource has an id of "MyDemoIntegration" and a resource_id of "urn:aws:iam::12345:gateway:123456" . The http_method attribute is set to "GET" . The type attribute is set to "MOCK" .

    Shortcut: tf_aws_api_gateway_integration

    resource "aws_api_gateway_integration" "${MyDemoIntegration}" {
       rest_api_id = ""
       resource_id = ""
       http_method = ""
       type = "MOCK"
    }
    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.