public sealed class AwsAccountRegex : IMessage<AwsAccountRegex>, IEquatable<AwsAccountRegex>, IDeepCloneable<AwsAccountRegex>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class AwsAccountRegex.
[[["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 webpage provides documentation for the `AwsAccountRegex` class within the Google Cloud Data Loss Prevention v2 API, specifically focusing on version 4.14.0 and its related versions."],["The `AwsAccountRegex` class is used to define a regular expression for validating AWS account IDs, and it inherits from object while also implementing several interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version is 4.16.0, with other versions listed and accessible from 4.15.0 down to 2.15.0, with links to each version's documentation."],["The class includes a property `AccountIdRegex`, which is a string allowing for the customization of the regex used to match AWS Account IDs, with an empty string matching all accounts."],["The provided documentation highlights the ability to construct `AwsAccountRegex` objects using a default constructor, or by passing in another `AwsAccountRegex` object into a constructor."]]],[]]