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

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

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

Amazon S3 bucket.

Inheritance

object > AmazonS3Bucket

Namespace

Google.Cloud.Dlp.V2

Assembly

Google.Cloud.Dlp.V2.dll

Constructors

AmazonS3Bucket()

public AmazonS3Bucket()

AmazonS3Bucket(AmazonS3Bucket)

public AmazonS3Bucket(AmazonS3Bucket other)
Parameter
Name Description
other AmazonS3Bucket

Properties

AwsAccount

public AwsAccount AwsAccount { get; set; }

The AWS account.

Property Value
Type Description
AwsAccount

BucketName

public string BucketName { get; set; }

Required. The bucket name.

Property Value
Type Description
string