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

public sealed class AmazonS3BucketRegex : IMessage<AmazonS3BucketRegex>, IEquatable<AmazonS3BucketRegex>, IDeepCloneable<AmazonS3BucketRegex>, IBufferMessage, IMessage

Reference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class AmazonS3BucketRegex.

Amazon S3 bucket regex.

Inheritance

object > AmazonS3BucketRegex

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

AmazonS3BucketRegex()

public AmazonS3BucketRegex()

AmazonS3BucketRegex(AmazonS3BucketRegex)

public AmazonS3BucketRegex(AmazonS3BucketRegex other)
Parameter
Name Description
other AmazonS3BucketRegex

Properties

AwsAccountRegex

public AwsAccountRegex AwsAccountRegex { get; set; }

The AWS account regex.

Property Value
Type Description
AwsAccountRegex

BucketNameRegex

public string BucketNameRegex { get; set; }

Optional. Regex to test the bucket name against. If empty, all buckets match.

Property Value
Type Description
string