SDKResourceExtensions Class
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.
Extension methods for configuring the AWS SDK for .NET
public static class SDKResourceExtensions
type SDKResourceExtensions = class
Public Module SDKResourceExtensions
- Inheritance
-
SDKResourceExtensions
Methods
AddAWSSDKConfig(IDistributedApplicationBuilder) |
Add a configuration for resolving region and credentials for the AWS SDK for .NET. |
WithProfile(IAWSSDKConfig, String) |
Assign the AWS credential profile to the IAWSSDKConfigResource. |
WithReference<TDestination>(IResourceBuilder<TDestination>, IAWSSDKConfig) |
Add a reference to an AWS SDK configuration to the resource. |
WithRegion(IAWSSDKConfig, RegionEndpoint) |
Assign the region for the IAWSSDKConfigResource. |