Anthos Multi-Cloud v1 API - Class AwsServicesAuthentication (2.5.0)

public sealed class AwsServicesAuthentication : IMessage<AwsServicesAuthentication>, IEquatable<AwsServicesAuthentication>, IDeepCloneable<AwsServicesAuthentication>, IBufferMessage, IMessage

Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsServicesAuthentication.

Authentication configuration for the management of AWS resources.

Inheritance

object > AwsServicesAuthentication

Namespace

Google.Cloud.GkeMultiCloud.V1

Assembly

Google.Cloud.GkeMultiCloud.V1.dll

Constructors

AwsServicesAuthentication()

public AwsServicesAuthentication()

AwsServicesAuthentication(AwsServicesAuthentication)

public AwsServicesAuthentication(AwsServicesAuthentication other)
Parameter
NameDescription
otherAwsServicesAuthentication

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
TypeDescription
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
TypeDescription
string