Interface StorageInsightsReportConfigConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
StorageInsightsReportConfigConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:22.851Z") @Stability(Stable) public interface StorageInsightsReportConfigConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classStorageInsightsReportConfigConfig.BuilderA builder forStorageInsightsReportConfigConfigstatic classStorageInsightsReportConfigConfig.Jsii$ProxyAn implementation forStorageInsightsReportConfigConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static StorageInsightsReportConfigConfig.Builderbuilder()StorageInsightsReportConfigCsvOptionsgetCsvOptions()csv_options block.default StringgetDisplayName()The editable display name of the inventory report configuration.default StorageInsightsReportConfigFrequencyOptionsgetFrequencyOptions()frequency_options block.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#id StorageInsightsReportConfig#id}.StringgetLocation()The location of the ReportConfig.default StorageInsightsReportConfigObjectMetadataReportOptionsgetObjectMetadataReportOptions()object_metadata_report_options block.default StringgetProject()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#project StorageInsightsReportConfig#project}.default StorageInsightsReportConfigTimeoutsgetTimeouts()timeouts block.
-
-
-
Method Detail
-
getCsvOptions
@Stability(Stable) @NotNull StorageInsightsReportConfigCsvOptions getCsvOptions()
csv_options block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#csv_options StorageInsightsReportConfig#csv_options}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The location of the ReportConfig. The source and destination buckets specified in the ReportConfig must be in the same location.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#location StorageInsightsReportConfig#location}
-
getDisplayName
@Stability(Stable) @Nullable default String getDisplayName()
The editable display name of the inventory report configuration. Has a limit of 256 characters. Can be empty.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#display_name StorageInsightsReportConfig#display_name}
-
getFrequencyOptions
@Stability(Stable) @Nullable default StorageInsightsReportConfigFrequencyOptions getFrequencyOptions()
frequency_options block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#frequency_options StorageInsightsReportConfig#frequency_options}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#id StorageInsightsReportConfig#id}.Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.
-
getObjectMetadataReportOptions
@Stability(Stable) @Nullable default StorageInsightsReportConfigObjectMetadataReportOptions getObjectMetadataReportOptions()
object_metadata_report_options block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#object_metadata_report_options StorageInsightsReportConfig#object_metadata_report_options}
-
getProject
@Stability(Stable) @Nullable default String getProject()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#project StorageInsightsReportConfig#project}.
-
getTimeouts
@Stability(Stable) @Nullable default StorageInsightsReportConfigTimeouts getTimeouts()
timeouts block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/storage_insights_report_config#timeouts StorageInsightsReportConfig#timeouts}
-
builder
@Stability(Stable) static StorageInsightsReportConfigConfig.Builder builder()
-
-