Interface OpsworksHaproxyLayerCloudwatchConfiguration
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
OpsworksHaproxyLayerCloudwatchConfiguration.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-30T04:56:54.294Z") @Stability(Stable) public interface OpsworksHaproxyLayerCloudwatchConfiguration extends software.amazon.jsii.JsiiSerializable
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classOpsworksHaproxyLayerCloudwatchConfiguration.BuilderA builder forOpsworksHaproxyLayerCloudwatchConfigurationstatic classOpsworksHaproxyLayerCloudwatchConfiguration.Jsii$ProxyAn implementation forOpsworksHaproxyLayerCloudwatchConfiguration
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static OpsworksHaproxyLayerCloudwatchConfiguration.Builderbuilder()default ObjectgetEnabled()Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/opsworks_haproxy_layer#enabled OpsworksHaproxyLayer#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_haproxy_layer#enabled OpsworksHaproxyLayer#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_haproxy_layer#log_streams OpsworksHaproxyLayer#log_streams}
-
builder
@Stability(Stable) static OpsworksHaproxyLayerCloudwatchConfiguration.Builder builder()
-
-