Skip to content

Commit

Permalink
feat(ecs-patterns): support securityGroups in `NetworkLoadBalancedF…
Browse files Browse the repository at this point in the history
…argateService` (#29431)

### Issue # (if applicable)

Closes #29430

(related to #29186 (comment))

### Reason for this change


We can't specify `securityGroups` in `NetworkLoadBalancedFargateService` now.

### Description of changes


- Add `securityGroups` property to `NetworkLoadBalancedFargateServiceProps`.
- Add unit test
- Add integ test

### Description of how you validated changes


- Pass unit test
- Pass integ test

### Checklist
- [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md)

----

*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
wafuwafu13 committed Mar 13, 2024
1 parent e85231c commit 00e8a7b
Show file tree
Hide file tree
Showing 12 changed files with 2,572 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 00e8a7b

Please sign in to comment.