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.
Immutable representation of AWS credentials.
Namespace: Amazon.Runtime
Assembly: AWSSDK.Core.dll
Version: 3.x.y.z
public class ImmutableCredentials
The ImmutableCredentials type exposes the following members
Name | Description | |
---|---|---|
![]() |
ImmutableCredentials(string, string, string) |
Constructs an ImmutableCredentials object with supplied accessKey, secretKey. |
![]() |
ImmutableCredentials(string, string, string, string) |
Constructs an ImmutableCredentials object with supplied accessKey, secretKey, and aws account id.
When the account id is set and the service supports account id based endpoints, AWS will send the request
using the account-based endpoint rather than the regional endpount.
Account-based endpoints take the form https:// |
Name | Type | Description | |
---|---|---|---|
![]() |
AccessKey | System.String |
Gets the AccessKey property for the current credentials. |
![]() |
AccountId | System.String |
Gets the AccountId property for the current credentials. The account id is your 12 digit account number with no hypens. For example: 123456789012. When the account id is set and the service supports account id based endpoints, AWS will send the request using the account-based endpoint rather than the regional endpount. Account-based endpoints take the form https://accountid.ddb.region.amazonaws.com |
![]() |
SecretKey | System.String |
Gets the SecretKey property for the current credentials. |
![]() |
Token | System.String |
Gets the Token property for the current credentials. |
![]() |
UseToken | System.Boolean |
Gets the UseToken property for the current credentials. Specifies if Token property is non-empty. |
Name | Description | |
---|---|---|
![]() |
Copy() |
Returns a copy of the current credentials. |
.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