Data Source: aws_api_gateway_sdk

Example Usage

data "aws_api_gateway_sdk" "example" {
  rest_api_id = aws_api_gateway_stage.example.rest_api_id
  stage_name  = aws_api_gateway_stage.example.stage_name
  sdk_type    = "android"

  parameters = {
    groupId         = "example"
    artifactId      = "example"
    artifactVersion = "example"
    invokerPackage  = "example"
  }
}

Argument Reference

Attribute Reference

This data source exports the following attributes in addition to the arguments above: