sparse-intern-71089
09/14/2022, 10:58 AMabundant-telephone-90024
09/14/2022, 11:32 AMconst containers = config.requireObject<MyBlobContainersInterface>("blobContainers");
curved-eye-56312
09/14/2022, 12:04 PMconfig
.
I ended up making the object simpler by doing so:
<stack_name>:blobContainers:
- name: container1
accessLevel: Container
- name: container2
accessLevel: Blob
And then used the following
containers: { [key: string] } [] = config.requireObject("blobContainers");