Class StorageInsightsReportConfigObjectMetadataReportOptions.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- com.hashicorp.cdktf.providers.google.storage_insights_report_config.StorageInsightsReportConfigObjectMetadataReportOptions.Jsii$Proxy
-
- All Implemented Interfaces:
StorageInsightsReportConfigObjectMetadataReportOptions,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- StorageInsightsReportConfigObjectMetadataReportOptions
@Stability(Stable) @Internal public static final class StorageInsightsReportConfigObjectMetadataReportOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements StorageInsightsReportConfigObjectMetadataReportOptions
An implementation forStorageInsightsReportConfigObjectMetadataReportOptions
-
-
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.StorageInsightsReportConfigObjectMetadataReportOptions
StorageInsightsReportConfigObjectMetadataReportOptions.Builder, StorageInsightsReportConfigObjectMetadataReportOptions.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(StorageInsightsReportConfigObjectMetadataReportOptions.Builder builder)Constructor that initializes the object based on literal property values passed by theStorageInsightsReportConfigObjectMetadataReportOptions.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)List<String>getMetadataFields()The metadata fields included in an inventory report.StorageInsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptionsgetStorageDestinationOptions()storage_destination_options block.StorageInsightsReportConfigObjectMetadataReportOptionsStorageFiltersgetStorageFilters()storage_filters block.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(StorageInsightsReportConfigObjectMetadataReportOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by theStorageInsightsReportConfigObjectMetadataReportOptions.Builder.
-
-
Method Detail
-
getMetadataFields
public final List<String> getMetadataFields()
Description copied from interface:StorageInsightsReportConfigObjectMetadataReportOptionsThe metadata fields included in an inventory report.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#metadata_fields StorageInsightsReportConfig#metadata_fields}
- Specified by:
getMetadataFieldsin interfaceStorageInsightsReportConfigObjectMetadataReportOptions
-
getStorageDestinationOptions
public final StorageInsightsReportConfigObjectMetadataReportOptionsStorageDestinationOptions getStorageDestinationOptions()
Description copied from interface:StorageInsightsReportConfigObjectMetadataReportOptionsstorage_destination_options block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#storage_destination_options StorageInsightsReportConfig#storage_destination_options}
- Specified by:
getStorageDestinationOptionsin interfaceStorageInsightsReportConfigObjectMetadataReportOptions
-
getStorageFilters
public final StorageInsightsReportConfigObjectMetadataReportOptionsStorageFilters getStorageFilters()
Description copied from interface:StorageInsightsReportConfigObjectMetadataReportOptionsstorage_filters block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#storage_filters StorageInsightsReportConfig#storage_filters}
- Specified by:
getStorageFiltersin interfaceStorageInsightsReportConfigObjectMetadataReportOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-