Class DataplexZoneDiscoverySpec.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.dataplex_zone.DataplexZoneDiscoverySpec.Jsii$Proxy
-
- All Implemented Interfaces:
DataplexZoneDiscoverySpec,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- DataplexZoneDiscoverySpec
@Stability(Stable) @Internal public static final class DataplexZoneDiscoverySpec.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DataplexZoneDiscoverySpec
An implementation forDataplexZoneDiscoverySpec
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.dataplex_zone.DataplexZoneDiscoverySpec
DataplexZoneDiscoverySpec.Builder, DataplexZoneDiscoverySpec.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(DataplexZoneDiscoverySpec.Builder builder)Constructor that initializes the object based on literal property values passed by theDataplexZoneDiscoverySpec.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)DataplexZoneDiscoverySpecCsvOptionsgetCsvOptions()csv_options block.ObjectgetEnabled()Required.List<String>getExcludePatterns()Optional.List<String>getIncludePatterns()Optional.DataplexZoneDiscoverySpecJsonOptionsgetJsonOptions()json_options block.StringgetSchedule()Optional.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(DataplexZoneDiscoverySpec.Builder builder)
Constructor that initializes the object based on literal property values passed by theDataplexZoneDiscoverySpec.Builder.
-
-
Method Detail
-
getEnabled
public final Object getEnabled()
Description copied from interface:DataplexZoneDiscoverySpecRequired. Whether discovery is enabled.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#enabled DataplexZone#enabled}
- Specified by:
getEnabledin interfaceDataplexZoneDiscoverySpec
-
getCsvOptions
public final DataplexZoneDiscoverySpecCsvOptions getCsvOptions()
Description copied from interface:DataplexZoneDiscoverySpeccsv_options block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#csv_options DataplexZone#csv_options}
- Specified by:
getCsvOptionsin interfaceDataplexZoneDiscoverySpec
-
getExcludePatterns
public final List<String> getExcludePatterns()
Description copied from interface:DataplexZoneDiscoverySpecOptional.The list of patterns to apply for selecting data to exclude during discovery. For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#exclude_patterns DataplexZone#exclude_patterns}
- Specified by:
getExcludePatternsin interfaceDataplexZoneDiscoverySpec
-
getIncludePatterns
public final List<String> getIncludePatterns()
Description copied from interface:DataplexZoneDiscoverySpecOptional.The list of patterns to apply for selecting data to include during discovery if only a subset of the data should considered. For Cloud Storage bucket assets, these are interpreted as glob patterns used to match object names. For BigQuery dataset assets, these are interpreted as patterns to match table names. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#include_patterns DataplexZone#include_patterns}
- Specified by:
getIncludePatternsin interfaceDataplexZoneDiscoverySpec
-
getJsonOptions
public final DataplexZoneDiscoverySpecJsonOptions getJsonOptions()
Description copied from interface:DataplexZoneDiscoverySpecjson_options block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#json_options DataplexZone#json_options}
- Specified by:
getJsonOptionsin interfaceDataplexZoneDiscoverySpec
-
getSchedule
public final String getSchedule()
Description copied from interface:DataplexZoneDiscoverySpecOptional.Cron schedule (https://en.wikipedia.org/wiki/Cron) for running discovery periodically. Successive discovery runs must be scheduled at least 60 minutes apart. The default value is to run discovery every 60 minutes. To explicitly set a timezone to the cron tab, apply a prefix in the cron tab: "CRON_TZ=${IANA_TIME_ZONE}" or TZ=${IANA_TIME_ZONE}". The ${IANA_TIME_ZONE} may only be a valid string from IANA time zone database. For example, "CRON_TZ=America/New_York 1 * * * *", or "TZ=America/New_York 1 * * * *". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_zone#schedule DataplexZone#schedule}
- Specified by:
getSchedulein interfaceDataplexZoneDiscoverySpec
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-