[[["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-08-07 UTC."],[[["\u003cp\u003e\u003ccode\u003eAwsMetadata\u003c/code\u003e is a class within the Security Command Center v2 API, designed to store metadata for AWS resources.\u003c/p\u003e\n"],["\u003cp\u003eThe class \u003ccode\u003eAwsMetadata\u003c/code\u003e implements interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e, indicating its functionalities within the Google.Protobuf ecosystem.\u003c/p\u003e\n"],["\u003cp\u003eIt includes properties to store details about the AWS \u003ccode\u003eAccount\u003c/code\u003e, \u003ccode\u003eOrganization\u003c/code\u003e, and a list of \u003ccode\u003eOrganizationalUnits\u003c/code\u003e related to the resource.\u003c/p\u003e\n"],["\u003cp\u003eThere are two constructors available for the \u003ccode\u003eAwsMetadata\u003c/code\u003e class: a default one and another that accepts an \u003ccode\u003eAwsMetadata\u003c/code\u003e instance for cloning.\u003c/p\u003e\n"],["\u003cp\u003eThe latest version available for the \u003ccode\u003eAwsMetadata\u003c/code\u003e class is v1.1.0, with v1.0.0 also documented.\u003c/p\u003e\n"]]],[],null,["# Security Command Center v2 API - Class AwsMetadata (1.2.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.2.0 (latest)](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.AwsMetadata)\n- [1.1.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.1.0/Google.Cloud.SecurityCenter.V2.AwsMetadata)\n- [1.0.0](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/1.0.0/Google.Cloud.SecurityCenter.V2.AwsMetadata) \n\n public sealed class AwsMetadata : IMessage\u003cAwsMetadata\u003e, IEquatable\u003cAwsMetadata\u003e, IDeepCloneable\u003cAwsMetadata\u003e, IBufferMessage, IMessage\n\nReference documentation and code samples for the Security Command Center v2 API class AwsMetadata.\n\nAWS metadata associated with the resource, only applicable if the finding's\ncloud provider is Amazon Web Services. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e AwsMetadata \n\nImplements\n----------\n\n[IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage-1.html)[AwsMetadata](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.AwsMetadata), [IEquatable](https://learn.microsoft.com/dotnet/api/system.iequatable-1)[AwsMetadata](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.AwsMetadata), [IDeepCloneable](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IDeepCloneable-1.html)[AwsMetadata](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2.AwsMetadata), [IBufferMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IBufferMessage.html), [IMessage](https://cloud.google.com/dotnet/docs/reference/Google.Protobuf/latest/Google.Protobuf.IMessage.html) \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.SecurityCenter.V2](/dotnet/docs/reference/Google.Cloud.SecurityCenter.V2/latest/Google.Cloud.SecurityCenter.V2)\n\nAssembly\n--------\n\nGoogle.Cloud.SecurityCenter.V2.dll\n\nConstructors\n------------\n\n### AwsMetadata()\n\n public AwsMetadata()\n\n### AwsMetadata(AwsMetadata)\n\n public AwsMetadata(AwsMetadata other)\n\nProperties\n----------\n\n### Account\n\n public AwsMetadata.Types.AwsAccount Account { get; set; }\n\nThe AWS account associated with the resource.\n\n### Organization\n\n public AwsMetadata.Types.AwsOrganization Organization { get; set; }\n\nThe AWS organization associated with the resource.\n\n### OrganizationalUnits\n\n public RepeatedField\u003cAwsMetadata.Types.AwsOrganizationalUnit\u003e OrganizationalUnits { get; }\n\nA list of AWS organizational units associated with the resource, ordered\nfrom lowest level (closest to the account) to highest level."]]