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