scribd/Amazon App Mesh Route Action for GitHub Actions
Creates an Amazon App Mesh Route
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| action | Whether to create or delete the resource. `create` is the default. | no | — |
| name | The name of the Route | yes | — |
| virtual-router-name | The name of the Virtual Router | yes | — |
| mesh-name | The name of the App Mesh Mesh. | yes | — |
| spec | The Route specification as a JSON string. | no | — |
| mesh-owner | The account ID of the App Mesh Mesh. | no | — |
| tags | An array of objects with the keywords "key" and "value", as a JSON string, ex: [{"key": "foo", "value": "bar"}] | no | — |
Outputs
| name | description |
|---|---|
| arn | The ARN of the Route |
| response | The final response of the AWS API. |