public sealed class AwsClusterGroup : IMessage<AwsClusterGroup>, IEquatable<AwsClusterGroup>, IDeepCloneable<AwsClusterGroup>, IBufferMessage, IMessage
Reference documentation and code samples for the Anthos Multi-Cloud v1 API class AwsClusterGroup.
Identities of a group-type subject for AWS clusters.
[[["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 documentation pertains to the `AwsClusterGroup` class within the Google Cloud GKE Multi-Cloud v1 API, specifically version 2.6.0."],["The `AwsClusterGroup` class is used to define identities of group-type subjects for AWS clusters and is accessible under the `Google.Cloud.GkeMultiCloud.V1` namespace."],["It inherits from the base `object` class and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `AwsClusterGroup` class provides two constructors: a default one and another that accepts an `AwsClusterGroup` object as a parameter."],["The primary property of the `AwsClusterGroup` is `Group`, which represents the name of the group, such as `my-group@domain.com`, and it is a required string."]]],[]]