aws::api-mapping¶
Create an api mapping.
Example¶
aws::api-mapping example-mapping
api: $(aws::api-gateway example-api)
domain-name: "vpn.ops-test.psdops.com"
stage: $(aws::api-gateway-stage example-stage)
api-mapping-key: "example-key"
end
Attributes¶
| Attribute | Description |
|---|---|
| api | The API which should be mapped. (Required) |
| api-mapping-key | The key of the mapping. |
| domain-name | The domain name to which the API should be mapped. |
| stage | The stage of the API. |
Outputs¶
| Attribute | Description |
|---|---|
| id | The ID of the api mapping. |