Class DataplexZoneDiscoverySpec.Jsii$Proxy

    • 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.
    • Method Detail

      • getEnabled

        public final Object getEnabled()
        Description copied from interface: DataplexZoneDiscoverySpec
        Required. 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:
        getEnabled in interface DataplexZoneDiscoverySpec
      • getExcludePatterns

        public final List<String> getExcludePatterns()
        Description copied from interface: DataplexZoneDiscoverySpec
        Optional.

        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:
        getExcludePatterns in interface DataplexZoneDiscoverySpec
      • getIncludePatterns

        public final List<String> getIncludePatterns()
        Description copied from interface: DataplexZoneDiscoverySpec
        Optional.

        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:
        getIncludePatterns in interface DataplexZoneDiscoverySpec
      • getSchedule

        public final String getSchedule()
        Description copied from interface: DataplexZoneDiscoverySpec
        Optional.

        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:
        getSchedule in interface DataplexZoneDiscoverySpec
      • $jsii$toJson

        @Internal
        public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
        Specified by:
        $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object