Interface LoggingFolderBucketConfigConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable,com.hashicorp.cdktf.TerraformMetaArguments
- All Known Implementing Classes:
LoggingFolderBucketConfigConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:21.818Z") @Stability(Stable) public interface LoggingFolderBucketConfigConfig extends software.amazon.jsii.JsiiSerializable, com.hashicorp.cdktf.TerraformMetaArguments
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classLoggingFolderBucketConfigConfig.BuilderA builder forLoggingFolderBucketConfigConfigstatic classLoggingFolderBucketConfigConfig.Jsii$ProxyAn implementation forLoggingFolderBucketConfigConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static LoggingFolderBucketConfigConfig.Builderbuilder()StringgetBucketId()The name of the logging bucket.default LoggingFolderBucketConfigCmekSettingsgetCmekSettings()cmek_settings block.default StringgetDescription()An optional description for this bucket.StringgetFolder()The parent resource that contains the logging bucket.default StringgetId()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_bucket_config#id LoggingFolderBucketConfig#id}.default ObjectgetIndexConfigs()index_configs block.StringgetLocation()The location of the bucket.default NumbergetRetentionDays()Logs will be retained by default for this amount of time, after which they will automatically be deleted.
-
-
-
Method Detail
-
getBucketId
@Stability(Stable) @NotNull String getBucketId()
The name of the logging bucket. Logging automatically creates two log buckets: _Required and _Default.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_bucket_config#bucket_id LoggingFolderBucketConfig#bucket_id}
-
getFolder
@Stability(Stable) @NotNull String getFolder()
The parent resource that contains the logging bucket.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_bucket_config#folder LoggingFolderBucketConfig#folder}
-
getLocation
@Stability(Stable) @NotNull String getLocation()
The location of the bucket.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_bucket_config#location LoggingFolderBucketConfig#location}
-
getCmekSettings
@Stability(Stable) @Nullable default LoggingFolderBucketConfigCmekSettings getCmekSettings()
cmek_settings block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_bucket_config#cmek_settings LoggingFolderBucketConfig#cmek_settings}
-
getDescription
@Stability(Stable) @Nullable default String getDescription()
An optional description for this bucket.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_bucket_config#description LoggingFolderBucketConfig#description}
-
getId
@Stability(Stable) @Nullable default String getId()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_bucket_config#id LoggingFolderBucketConfig#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.
-
getIndexConfigs
@Stability(Stable) @Nullable default Object getIndexConfigs()
index_configs block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_bucket_config#index_configs LoggingFolderBucketConfig#index_configs}
-
getRetentionDays
@Stability(Stable) @Nullable default Number getRetentionDays()
Logs will be retained by default for this amount of time, after which they will automatically be deleted.The minimum retention period is 1 day. If this value is set to zero at bucket creation time, the default time of 30 days will be used. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/logging_folder_bucket_config#retention_days LoggingFolderBucketConfig#retention_days}
-
builder
@Stability(Stable) static LoggingFolderBucketConfigConfig.Builder builder()
-
-