public sealed class AwsServicesAuthentication : IMessage<AwsServicesAuthentication>, IEquatable<AwsServicesAuthentication>, IDeepCloneable<AwsServicesAuthentication>, IBufferMessage, IMessage
Authentication configuration for the management of AWS resources.
Implements
IMessage<AwsServicesAuthentication>, IEquatable<AwsServicesAuthentication>, IDeepCloneable<AwsServicesAuthentication>, 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 |