IAWSSDKConfig Interface
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.
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. |