late-balloon-24601
08/15/2024, 6:12 PMnew pulumi.Config('aws')
etc. but there are many cases where this will return different credentials to the ones actually in use by the AWS provider, so I'm not able to provide a particularly robust integration with how the rest of pulumi works.little-cartoon-10569
08/15/2024, 9:38 PMlate-balloon-24601
08/16/2024, 9:30 AMcalm-keyboard-75974
08/17/2024, 7:32 PMconst x = someComponent.getProvider("aws::") as aws.Provider;
this contains the provider config, it only works for getting the config you have passed in as explicit provider however, if it's using default aws provider it will be undefined so you would just need to handle that scenario and fetch the default config.great-sunset-355
08/18/2024, 8:01 PMlittle-cartoon-10569
08/18/2024, 8:04 PMlate-balloon-24601
08/18/2024, 8:19 PMlittle-cartoon-10569
08/18/2024, 8:27 PMgreat-sunset-355
08/19/2024, 5:20 AMlittle-cartoon-10569
08/19/2024, 9:55 PM