Class DataplexAssetDiscoverySpec.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: DataplexAssetDiscoverySpec
        Required. Whether discovery is enabled.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/dataplex_asset#enabled DataplexAsset#enabled}

        Specified by:
        getEnabled in interface DataplexAssetDiscoverySpec
      • getExcludePatterns

        public final List<String> getExcludePatterns()
        Description copied from interface: DataplexAssetDiscoverySpec
        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_asset#exclude_patterns DataplexAsset#exclude_patterns}

        Specified by:
        getExcludePatterns in interface DataplexAssetDiscoverySpec
      • getIncludePatterns

        public final List<String> getIncludePatterns()
        Description copied from interface: DataplexAssetDiscoverySpec
        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_asset#include_patterns DataplexAsset#include_patterns}

        Specified by:
        getIncludePatterns in interface DataplexAssetDiscoverySpec
      • getSchedule

        public final String getSchedule()
        Description copied from interface: DataplexAssetDiscoverySpec
        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_asset#schedule DataplexAsset#schedule}

        Specified by:
        getSchedule in interface DataplexAssetDiscoverySpec
      • $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