Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(ec2): contributor insight rules for vpc endpoint service #25965

Merged
merged 21 commits into from
Aug 23, 2023
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
4238b75
added prop contributorInsightsEnabled
khushail Jun 13, 2023
7f203a6
Added integ test and code
khushail Jun 15, 2023
e3b59ed
added loadbalancer in test case
khushail Jun 23, 2023
dc6c059
changed networkLoadBalancer name
khushail Jun 23, 2023
8a8bd51
placed integ-test file in the right folder
khushail Jul 10, 2023
d1d7885
added snapshots for integ test
khushail Jul 10, 2023
ce3087e
added unit test and updated read me
khushail Jul 11, 2023
15080f3
Merge branch 'main' into khushail/propInVPCEndpointService
khushail Jul 11, 2023
e76bb33
Merge branch 'main' into khushail/propInVPCEndpointService
khushail Jul 11, 2023
aaa56f2
updated unit test
khushail Jul 12, 2023
99625c6
Update packages/aws-cdk-lib/aws-ec2/lib/vpc-endpoint-service.ts
khushail Jul 12, 2023
ddb3e70
Update packages/aws-cdk-lib/aws-ec2/lib/vpc-endpoint-service.ts
khushail Jul 12, 2023
0fd002b
Merge branch 'main' into khushail/propInVPCEndpointService
khushail Jul 12, 2023
ac2e2ca
incorporated suggested changes
khushail Jul 12, 2023
34cc17c
Update vpc-endpoint-service.ts
khushail Jul 12, 2023
af62f93
updated Readme
khushail Jul 27, 2023
05c5712
Merge branch 'main' into khushail/propInVPCEndpointService
rix0rrr Aug 23, 2023
8d6d11f
Merge branch 'main' into khushail/propInVPCEndpointService
rix0rrr Aug 23, 2023
cbbebca
Update TestStackLoadBalancer.template.json
rix0rrr Aug 23, 2023
78751c8
Update README.md
rix0rrr Aug 23, 2023
f09bf35
Merge branch 'main' into khushail/propInVPCEndpointService
khushail Aug 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"version": "32.0.0",
"files": {
"ba598c1f1d84f7077ea9c16a6b921e4f8acf18e996100e72a8f17da980e64fdd": {
"source": {
"path": "asset.ba598c1f1d84f7077ea9c16a6b921e4f8acf18e996100e72a8f17da980e64fdd",
"packaging": "zip"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "ba598c1f1d84f7077ea9c16a6b921e4f8acf18e996100e72a8f17da980e64fdd.zip",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
}
}
},
"30dc360b730be809046aeb72e299837d48365af22f4495e491f9d69905116cda": {
"source": {
"path": "TestStackLoadBalancer.template.json",
"packaging": "file"
},
"destinations": {
"current_account-current_region": {
"bucketName": "cdk-hnb659fds-assets-${AWS::AccountId}-${AWS::Region}",
"objectKey": "30dc360b730be809046aeb72e299837d48365af22f4495e491f9d69905116cda.json",
"assumeRoleArn": "arn:${AWS::Partition}:iam::${AWS::AccountId}:role/cdk-hnb659fds-file-publishing-role-${AWS::AccountId}-${AWS::Region}"
}
}
}
},
"dockerImages": {}
}
Loading