Share via


SDKResourceExtensions Class

Definition

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.

Applies to