Google Cloud Data Loss Prevention v2 API - Class AmazonS3BucketRegex (4.22.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

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.