Class StorageInsightsReportConfigCsvOptions.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

      • getDelimiter

        public final String getDelimiter()
        Description copied from interface: StorageInsightsReportConfigCsvOptions
        The delimiter used to separate the fields in the inventory report CSV file.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#delimiter StorageInsightsReportConfig#delimiter}

        Specified by:
        getDelimiter in interface StorageInsightsReportConfigCsvOptions
      • getHeaderRequired

        public final Object getHeaderRequired()
        Description copied from interface: StorageInsightsReportConfigCsvOptions
        The boolean that indicates whether or not headers are included in the inventory report CSV file.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#header_required StorageInsightsReportConfig#header_required}

        Specified by:
        getHeaderRequired in interface StorageInsightsReportConfigCsvOptions
      • getRecordSeparator

        public final String getRecordSeparator()
        Description copied from interface: StorageInsightsReportConfigCsvOptions
        The character used to separate the records in the inventory report CSV file.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#record_separator StorageInsightsReportConfig#record_separator}

        Specified by:
        getRecordSeparator in interface StorageInsightsReportConfigCsvOptions
      • $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