Interface OpsworksMemcachedLayerCloudwatchConfiguration
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OpsworksMemcachedLayerCloudwatchConfiguration.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.321Z") @Stability(Stable) public interface OpsworksMemcachedLayerCloudwatchConfiguration extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOpsworksMemcachedLayerCloudwatchConfiguration.BuilderA builder forOpsworksMemcachedLayerCloudwatchConfigurationstatic classOpsworksMemcachedLayerCloudwatchConfiguration.Jsii$ProxyAn implementation forOpsworksMemcachedLayerCloudwatchConfiguration
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OpsworksMemcachedLayerCloudwatchConfiguration.Builderbuilder()default ObjectgetEnabled()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_memcached_layer#enabled OpsworksMemcachedLayer#enabled}.default ObjectgetLogStreams()log_streams block.
-
-
-
Method Detail
-
getEnabled
@Stability(Stable) @Nullable default Object getEnabled()
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_memcached_layer#enabled OpsworksMemcachedLayer#enabled}.
-
getLogStreams
@Stability(Stable) @Nullable default Object getLogStreams()
log_streams block.Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_memcached_layer#log_streams OpsworksMemcachedLayer#log_streams}
-
builder
@Stability(Stable) static OpsworksMemcachedLayerCloudwatchConfiguration.Builder builder()
-
-