public sealed class GenerateAwsAccessTokenRequest : IMessage<GenerateAwsAccessTokenRequest>, IEquatable<GenerateAwsAccessTokenRequest>, IDeepCloneable<GenerateAwsAccessTokenRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class GenerateAwsAccessTokenRequest.
Request message for AwsClusters.GenerateAwsAccessToken method.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This webpage provides reference documentation for the `GenerateAwsAccessTokenRequest` class within the Google Cloud GKE MultiCloud v1 API, specifically version 2.5.0."],["The `GenerateAwsAccessTokenRequest` class is used to request an access token for authenticating with an AWS cluster, as part of the `AwsClusters.GenerateAwsAccessToken` method."],["This class inherits from `object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it a protocol buffer message."],["The class has two constructors, a default constructor and a copy constructor, and it includes two properties, `AwsCluster` and `AwsClusterAsAwsClusterName`, for specifying the target AWS cluster."],["There are multiple previous versions of this class available, ranging from 2.0.0 up to the latest version 2.8.0, as well as a beta version 1.0.0-beta01."]]],[]]