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
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageInsightsReportConfigCsvOptions.BuilderA builder forStorageInsightsReportConfigCsvOptionsstatic classStorageInsightsReportConfigCsvOptions.Jsii$ProxyAn implementation forStorageInsightsReportConfigCsvOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static StorageInsightsReportConfigCsvOptions.Builderbuilder()default StringgetDelimiter()The delimiter used to separate the fields in the inventory report CSV file.default ObjectgetHeaderRequired()The boolean that indicates whether or not headers are included in the inventory report CSV file.default StringgetRecordSeparator()The character used to separate the records in the inventory report CSV file.
-
-
-
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}
-
builder
@Stability(Stable) static StorageInsightsReportConfigCsvOptions.Builder builder()
-
-