ListResourceSetResources
Source:
src/AWS/FMS/ListResourceSetResources.ts
Runtime binding for fms:ListResourceSetResources.
Returns an array of the resources associated with the specified Firewall Manager resource set. Provide the
implementation with Effect.provide(AWS.FMS.ListResourceSetResourcesHttp).
Resource Sets
Section titled “Resource Sets”// init — account-level binding takes no resourceconst listResourceSetResources = yield* AWS.FMS.ListResourceSetResources();
// runtimeconst result = yield* listResourceSetResources({ Identifier: resourceSetId });console.log(result.Items.length);