Interface StorageInsightsReportConfigCsvOptions

  • All Superinterfaces:
    software.amazon.jsii.JsiiSerializable
    All Known Implementing Classes:
    StorageInsightsReportConfigCsvOptions.Jsii$Proxy

    @Generated(value="jsii-pacmak/1.102.0 (build e354887)",
               date="2024-08-31T03:59:22.852Z")
    @Stability(Stable)
    public interface StorageInsightsReportConfigCsvOptions
    extends software.amazon.jsii.JsiiSerializable
    • Method Detail

      • getDelimiter

        @Stability(Stable)
        @Nullable
        default String getDelimiter()
        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}

      • getHeaderRequired

        @Stability(Stable)
        @Nullable
        default Object getHeaderRequired()
        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}

      • getRecordSeparator

        @Stability(Stable)
        @Nullable
        default String getRecordSeparator()
        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}