AmazonS3BucketConditions(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Amazon S3 bucket conditions.
Attributes |
|
---|---|
Name | Description |
bucket_types |
MutableSequence[google.cloud.dlp_v2.types.AmazonS3BucketConditions.BucketType]
Optional. Bucket types that should be profiled. Optional. Defaults to TYPE_ALL_SUPPORTED if unspecified. |
object_storage_classes |
MutableSequence[google.cloud.dlp_v2.types.AmazonS3BucketConditions.ObjectStorageClass]
Optional. Object classes that should be profiled. Optional. Defaults to ALL_SUPPORTED_CLASSES if unspecified. |
Classes
BucketType
BucketType(value)
Supported Amazon S3 bucket types. Defaults to TYPE_ALL_SUPPORTED.
ObjectStorageClass
ObjectStorageClass(value)
Supported Amazon S3 object storage classes. Defaults to ALL_SUPPORTED_CLASSES.