icalia-actions/AWS Delete ELB Rule
Deletes an AWS ELB using either a Rule ARN or the matching rules to remove
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| rule-arn | The Amazon Resource Name (ARN) of the rule. | no | — |
| listener | The Amazon Resource Name (ARN) of the listener. | no | — |
| conditions | The conditions (in JSON array format used by AWS). | no | — |
| actions | The actions. | no | — |
| tags | The tags to assign to the rule. | no | — |
| fail-if-no-match | Fails the action if a rule is not found using the given matchers | no | — |
Outputs
| name | description |
|---|---|
| rule-arn | ARN of the deleted ELB Rule |