SDKResourceExtensions.WithProfile(IAWSSDKConfig, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Assign the AWS credential profile to the IAWSSDKConfigResource.
public static Aspire.Hosting.AWS.IAWSSDKConfig WithProfile (this Aspire.Hosting.AWS.IAWSSDKConfig config, string profile);
static member WithProfile : Aspire.Hosting.AWS.IAWSSDKConfig * string -> Aspire.Hosting.AWS.IAWSSDKConfig
<Extension()>
Public Function WithProfile (config As IAWSSDKConfig, profile As String) As IAWSSDKConfig
Parameters
- config
- IAWSSDKConfig
An IAWSSDKConfig instance.
- profile
- String
The name of the AWS credential profile.