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-04-09 UTC."],[[["This page provides reference documentation for the `GenerateAwsAccessTokenRequest` class within the Google Cloud GKE Multi-Cloud v1 API, specifically for version 2.4.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 implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for message manipulation, equality comparisons, deep cloning, and buffered message handling."],["The class includes two constructors and two properties, `AwsCluster` (string) and `AwsClusterAsAwsClusterName` (`AwsClusterName`), where `AwsCluster` is the required resource name of the AwsCluster, and `AwsClusterAsAwsClusterName` is a typed view of the `AwsCluster`."],["The most recent version of the `GenerateAwsAccessTokenRequest` is 2.8.0, while this page's context is focused on version 2.4.0."]]],[]]