Class StorageInsightsReportConfigCsvOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.storage_insights_report_config.StorageInsightsReportConfigCsvOptions.Jsii$Proxy
-
- All Implemented Interfaces:
StorageInsightsReportConfigCsvOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StorageInsightsReportConfigCsvOptions
@Stability(Stable) @Internal public static final class StorageInsightsReportConfigCsvOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StorageInsightsReportConfigCsvOptions
An implementation forStorageInsightsReportConfigCsvOptions
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface com.hashicorp.cdktf.providers.google.storage_insights_report_config.StorageInsightsReportConfigCsvOptions
StorageInsightsReportConfigCsvOptions.Builder, StorageInsightsReportConfigCsvOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StorageInsightsReportConfigCsvOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageInsightsReportConfigCsvOptions.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)StringgetDelimiter()The delimiter used to separate the fields in the inventory report CSV file.ObjectgetHeaderRequired()The boolean that indicates whether or not headers are included in the inventory report CSV file.StringgetRecordSeparator()The character used to separate the records in the inventory report CSV file.inthashCode()
-
-
-
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.
-
Jsii$Proxy
protected Jsii$Proxy(StorageInsightsReportConfigCsvOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theStorageInsightsReportConfigCsvOptions.Builder.
-
-
Method Detail
-
getDelimiter
public final String getDelimiter()
Description copied from interface:StorageInsightsReportConfigCsvOptionsThe 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:
getDelimiterin interfaceStorageInsightsReportConfigCsvOptions
-
getHeaderRequired
public final Object getHeaderRequired()
Description copied from interface:StorageInsightsReportConfigCsvOptionsThe 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:
getHeaderRequiredin interfaceStorageInsightsReportConfigCsvOptions
-
getRecordSeparator
public final String getRecordSeparator()
Description copied from interface:StorageInsightsReportConfigCsvOptionsThe 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:
getRecordSeparatorin interfaceStorageInsightsReportConfigCsvOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-