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.
AWS account regex.
Implements
IMessageAwsAccountRegex, IEquatableAwsAccountRegex, IDeepCloneableAwsAccountRegex, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
Google.Cloud.Dlp.V2.dll
Constructors
AwsAccountRegex()
public AwsAccountRegex()
AwsAccountRegex(AwsAccountRegex)
public AwsAccountRegex(AwsAccountRegex other)
Parameter | |
---|---|
Name | Description |
other |
AwsAccountRegex |
Properties
AccountIdRegex
public string AccountIdRegex { get; set; }
Optional. Regex to test the AWS account ID against. If empty, all accounts match.
Property Value | |
---|---|
Type | Description |
string |