View Source GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OtherCloudResourceRegex (google_api_dlp v0.52.3)

A pattern to match against one or more resources. At least one pattern must be specified. Regular expressions use RE2 syntax; a guide can be found under the google/re2 repository on GitHub.

Attributes

  • amazonS3BucketRegex (type: GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AmazonS3BucketRegex.t, default: nil) - Regex for Amazon S3 buckets.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2OtherCloudResourceRegex{
  amazonS3BucketRegex:
    GoogleApi.DLP.V2.Model.GooglePrivacyDlpV2AmazonS3BucketRegex.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.