Google Privacy Dlp V2Storage Config Args
data class GooglePrivacyDlpV2StorageConfigArgs(val bigQueryOptions: Output<GooglePrivacyDlpV2BigQueryOptionsArgs>? = null, val cloudStorageOptions: Output<GooglePrivacyDlpV2CloudStorageOptionsArgs>? = null, val datastoreOptions: Output<GooglePrivacyDlpV2DatastoreOptionsArgs>? = null, val hybridOptions: Output<GooglePrivacyDlpV2HybridOptionsArgs>? = null, val timespanConfig: Output<GooglePrivacyDlpV2TimespanConfigArgs>? = null) : ConvertibleToJava<GooglePrivacyDlpV2StorageConfigArgs>
Shared message indicating Cloud storage type.
Constructors
Link copied to clipboard
constructor(bigQueryOptions: Output<GooglePrivacyDlpV2BigQueryOptionsArgs>? = null, cloudStorageOptions: Output<GooglePrivacyDlpV2CloudStorageOptionsArgs>? = null, datastoreOptions: Output<GooglePrivacyDlpV2DatastoreOptionsArgs>? = null, hybridOptions: Output<GooglePrivacyDlpV2HybridOptionsArgs>? = null, timespanConfig: Output<GooglePrivacyDlpV2TimespanConfigArgs>? = null)