Google Cloud Data Loss Prevention v2 API - Class AwsAccountRegex (4.14.0)

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.

Inheritance

object > AwsAccountRegex

Namespace

Google.Cloud.Dlp.V2

Assembly

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