Reference documentation and code samples for the Data Loss Prevention V2 Client class ObjectStorageClass.
Supported Amazon S3 object storage classes.
Defaults to ALL_SUPPORTED_CLASSES.
Protobuf type google.privacy.dlp.v2.AmazonS3BucketConditions.ObjectStorageClass
Namespace
Google \ Cloud \ Dlp \ V2 \ AmazonS3BucketConditionsMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNSPECIFIED
Value: 0
Unused.
Generated from protobuf enum UNSPECIFIED = 0;
ALL_SUPPORTED_CLASSES
Value: 1
All supported classes.
Generated from protobuf enum ALL_SUPPORTED_CLASSES = 1;
STANDARD
Value: 2
Standard object class.
Generated from protobuf enum STANDARD = 2;
STANDARD_INFREQUENT_ACCESS
Value: 4
Standard - infrequent access object class.
Generated from protobuf enum STANDARD_INFREQUENT_ACCESS = 4;
GLACIER_INSTANT_RETRIEVAL
Value: 6
Glacier - instant retrieval object class.
Generated from protobuf enum GLACIER_INSTANT_RETRIEVAL = 6;
INTELLIGENT_TIERING
Value: 7
Objects in the S3 Intelligent-Tiering access tiers.
Generated from protobuf enum INTELLIGENT_TIERING = 7;