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.
Contains information about an Amazon Web Services access key.
This data type is used as a response element in the CreateAccessKey and ListAccessKeys operations.
The SecretAccessKey
value is returned only in response to CreateAccessKey.
You can get a secret access key only when you first create an access key; you cannot
recover the secret access key later. If you lose a secret access key, you must create
a new access key.
Namespace: Amazon.IdentityManagement.Model
Assembly: AWSSDK.IdentityManagement.dll
Version: 3.x.y.z
public class AccessKey
The AccessKey type exposes the following members
Name | Description | |
---|---|---|
![]() |
AccessKey() |
Empty constructor used to set properties independently even when a simple constructor is available |
![]() |
AccessKey(string, string, StatusType, string) |
Instantiates AccessKey with the parameterized properties |
Name | Type | Description | |
---|---|---|---|
![]() |
AccessKeyId | System.String |
Gets and sets the property AccessKeyId. The ID for this access key. |
![]() |
CreateDate | System.DateTime |
Gets and sets the property CreateDate. The date when the access key was created. |
![]() |
SecretAccessKey | System.String |
Gets and sets the property SecretAccessKey. The secret key used to sign requests. |
![]() |
Status | Amazon.IdentityManagement.StatusType |
Gets and sets the property Status.
The status of the access key. |
![]() |
UserName | System.String |
Gets and sets the property UserName. The name of the IAM user that the access key is associated with. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5