GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AmazonS3BucketRegex (google_api_dlp v0.54.0)
View SourceAmazon S3 bucket regex.
Attributes
-
awsAccountRegex(type:GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AwsAccountRegex.t, default:nil) - The AWS account regex. -
bucketNameRegex(type:String.t, default:nil) - Optional. Regex to test the bucket name against. If empty, all buckets match.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AmazonS3BucketRegex{ awsAccountRegex: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AwsAccountRegex.t() | nil, bucketNameRegex: String.t() | nil }