Share via


IAWSSDKConfig Interface

Definition

Configuration used to construct service client from the AWS SDK for .NET.

public interface IAWSSDKConfig
type IAWSSDKConfig = interface
Public Interface IAWSSDKConfig

Properties

Profile

The AWS credential profile to use for resolving credentials to make AWS service API calls.

Region

The AWS region to deploy the CloudFormation Stack.

Extension Methods

WithProfile(IAWSSDKConfig, String)

Assign the AWS credential profile to the IAWSSDKConfigResource.

WithRegion(IAWSSDKConfig, RegionEndpoint)

Assign the region for the IAWSSDKConfigResource.

Applies to