scribd/Amazon App Mesh Virtual Service Action for GitHub Actions
Creates an Amazon App Mesh Virtual Service
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 Virtual Service | yes | — |
| mesh-name | The name of the App Mesh Mesh. | yes | — |
| spec | The Virtual Service 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 Virtual Service |
| response | The final response of the AWS API. |