Interface ComposerEnvironmentConfigDataRetentionConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComposerEnvironmentConfigDataRetentionConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.257Z") @Stability(Stable) public interface ComposerEnvironmentConfigDataRetentionConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComposerEnvironmentConfigDataRetentionConfig.BuilderA builder forComposerEnvironmentConfigDataRetentionConfigstatic classComposerEnvironmentConfigDataRetentionConfig.Jsii$ProxyAn implementation forComposerEnvironmentConfigDataRetentionConfig
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static ComposerEnvironmentConfigDataRetentionConfig.Builderbuilder()ObjectgetTaskLogsRetentionConfig()task_logs_retention_config block.
-
-
-
Method Detail
-
getTaskLogsRetentionConfig
@Stability(Stable) @NotNull Object getTaskLogsRetentionConfig()
task_logs_retention_config block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#task_logs_retention_config ComposerEnvironment#task_logs_retention_config}
-
builder
@Stability(Stable) static ComposerEnvironmentConfigDataRetentionConfig.Builder builder()
-
-