public sealed class AwsSourceDetails.Types.AccessKeyCredentials : IMessage<AwsSourceDetails.Types.AccessKeyCredentials>, IEquatable<AwsSourceDetails.Types.AccessKeyCredentials>, IDeepCloneable<AwsSourceDetails.Types.AccessKeyCredentials>, IBufferMessage, IMessageReference documentation and code samples for the VM Migration v1 API class AwsSourceDetails.Types.AccessKeyCredentials.
Message describing AWS Credentials using access key id and secret.
Implements
IMessageAwsSourceDetailsTypesAccessKeyCredentials, IEquatableAwsSourceDetailsTypesAccessKeyCredentials, IDeepCloneableAwsSourceDetailsTypesAccessKeyCredentials, IBufferMessage, IMessageNamespace
Google.Cloud.VMMigration.V1Assembly
Google.Cloud.VMMigration.V1.dll
Constructors
AccessKeyCredentials()
public AccessKeyCredentials()AccessKeyCredentials(AccessKeyCredentials)
public AccessKeyCredentials(AwsSourceDetails.Types.AccessKeyCredentials other)| Parameter | |
|---|---|
| Name | Description |
other |
AwsSourceDetailsTypesAccessKeyCredentials |
Properties
AccessKeyId
public string AccessKeyId { get; set; }AWS access key ID.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SecretAccessKey
public string SecretAccessKey { get; set; }Input only. AWS secret access key.
| Property Value | |
|---|---|
| Type | Description |
string |
|
SessionToken
public string SessionToken { get; set; }Input only. AWS session token. Used only when AWS security token service (STS) is responsible for creating the temporary credentials.
| Property Value | |
|---|---|
| Type | Description |
string |
|