Is there a recommended way to import awsx Security...
# typescript
l
Is there a recommended way to import awsx SecurityGroups and their related rules? I'm trying to refactor resources from awsx code in one project to another project, and I'm not sure it's possible.
It's looking like I'm going to have to write new code to import all the aws SecurityGroups and pass the imported SGs to the constructors of the awsx SGs. But I can't see any equivalent for
createIngressRule
,
createEgressRule
etc.