public sealed class AwsServicesAuthentication : IMessage<AwsServicesAuthentication>, IEquatable<AwsServicesAuthentication>, IDeepCloneable<AwsServicesAuthentication>, IBufferMessage, IMessageReference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsServicesAuthentication.
Authentication configuration for the management of AWS resources.
Implements
IMessageAwsServicesAuthentication, IEquatableAwsServicesAuthentication, IDeepCloneableAwsServicesAuthentication, IBufferMessage, IMessageNamespace
Google.Cloud.GkeMultiCloud.V1Assembly
Google.Cloud.GkeMultiCloud.V1.dll
Constructors
AwsServicesAuthentication()
public AwsServicesAuthentication()AwsServicesAuthentication(AwsServicesAuthentication)
public AwsServicesAuthentication(AwsServicesAuthentication other)| Parameter | |
|---|---|
| Name | Description |
other |
AwsServicesAuthentication |
Properties
RoleArn
public string RoleArn { get; set; }Required. The Amazon Resource Name (ARN) of the role that the Anthos Multi-Cloud API will assume when managing AWS resources on your account.
| Property Value | |
|---|---|
| Type | Description |
string |
|
RoleSessionName
public string RoleSessionName { get; set; }Optional. An identifier for the assumed role session.
When unspecified, it defaults to multicloud-service-agent.
| Property Value | |
|---|---|
| Type | Description |
string |
|