AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Represents a profile in the configuration file. For example in ~/.aws/config:
[profile foo] name = value Profile profile = new Profile("foo");
When this is set on the
Amazon.Runtime.IClientConfigand that config is passed to the service client constructor the SDK will try to find the credentials associated with the
Amazon.Profile.Nameproperty.
If set, this will override
AWS_PROFILE
and
AWSConfigs.ProfileName
.
Namespace: Amazon
Assembly: AWSSDK.Core.dll
Version: 3.x.y.z
The Profile type exposes the following members
Name Description Profile(string)This represents a profile in the configuration file with the given name
Profile(string, string)This represents a profile in the configuration file with the given name in the given location
Name Type Description Location System.StringSpecifies the location of the profile you want to use. This is optional. If none is set then it will look in the default location
Name System.StringThe name of the profile you want to use
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4