Google Cloud Data Loss Prevention v2 API - Class AmazonS3BucketRegex (4.22.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class AmazonS3BucketRegex : IMessage<AmazonS3BucketRegex>, IEquatable<AmazonS3BucketRegex>, IDeepCloneable<AmazonS3BucketRegex>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud Data Loss Prevention v2 API class AmazonS3BucketRegex.
Amazon S3 bucket regex.
Implements
IMessage AmazonS3BucketRegex, IEquatable AmazonS3BucketRegex, IDeepCloneable AmazonS3BucketRegex, IBufferMessage, IMessageNamespace
Google.Cloud.Dlp.V2Assembly
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 |
|