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."],[[["The `GenerateAwsAccessTokenRequest` class is part of the Anthos Multi-Cloud v1 API and is used to request an access token for an AWS cluster."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message manipulation and comparison."],["The `GenerateAwsAccessTokenRequest` class has a constructor that takes another `GenerateAwsAccessTokenRequest` object as an argument, to copy its data, and a constructor that takes no arguments."],["It includes properties such as `AwsCluster` and `AwsClusterAsAwsClusterName`, which are used to specify the target AWS cluster resource for authentication, and is formatted `projects/\u003cproject-id\u003e/locations/\u003cregion\u003e/awsClusters/\u003ccluster-id\u003e`."],["The latest version of the documentation listed is 2.8.0, and multiple versions are documented on the page, starting from 1.0.0-beta01, covering various iterations of the `GenerateAwsAccessTokenRequest`."]]],[]]