Interface ComposerEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ComposerEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig.Jsii$Proxy
@Generated(value="jsii-pacmak/1.102.0 (build e354887)", date="2024-08-31T03:59:18.257Z") @Stability(Stable) public interface ComposerEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classComposerEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig.Builderstatic classComposerEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig.Jsii$ProxyAn implementation forComposerEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static ComposerEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig.Builderbuilder()default StringgetStorageMode()Whether logs in cloud logging only is enabled or not.
-
-
-
Method Detail
-
getStorageMode
@Stability(Stable) @Nullable default String getStorageMode()
Whether logs in cloud logging only is enabled or not.This field is supported for Cloud Composer environments in versions composer-2.0.32-airflow-2.1.4 and newer. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/composer_environment#storage_mode ComposerEnvironment#storage_mode}
-
builder
@Stability(Stable) static ComposerEnvironmentConfigDataRetentionConfigTaskLogsRetentionConfig.Builder builder()
-
-