Class OpsworksStaticWebLayerCloudwatchConfigurationOutputReference

  • All Implemented Interfaces:
    com.hashicorp.cdktf.IInterpolatingParent, com.hashicorp.cdktf.IResolvable, com.hashicorp.cdktf.ITerraformAddressable, software.amazon.jsii.JsiiSerializable

    @Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
               date="2023-06-30T04:56:54.377Z")
    @Stability(Stable)
    public class OpsworksStaticWebLayerCloudwatchConfigurationOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • OpsworksStaticWebLayerCloudwatchConfigurationOutputReference

        protected OpsworksStaticWebLayerCloudwatchConfigurationOutputReference​(software.amazon.jsii.JsiiObjectRef objRef)
      • OpsworksStaticWebLayerCloudwatchConfigurationOutputReference

        protected OpsworksStaticWebLayerCloudwatchConfigurationOutputReference​(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
      • OpsworksStaticWebLayerCloudwatchConfigurationOutputReference

        @Stability(Stable)
        public OpsworksStaticWebLayerCloudwatchConfigurationOutputReference​(@NotNull
                                                                            com.hashicorp.cdktf.IInterpolatingParent terraformResource,
                                                                            @NotNull
                                                                            String terraformAttribute)
        Parameters:
        terraformResource - The parent resource. This parameter is required.
        terraformAttribute - The attribute on the parent resource this class is referencing. This parameter is required.
    • Method Detail

      • putLogStreams

        @Stability(Stable)
        public void putLogStreams​(@NotNull
                                  Object value)
        Parameters:
        value - This parameter is required.
      • resetEnabled

        @Stability(Stable)
        public void resetEnabled()
      • resetLogStreams

        @Stability(Stable)
        public void resetLogStreams()
      • getEnabledInput

        @Stability(Stable)
        @Nullable
        public Object getEnabledInput()
      • getLogStreamsInput

        @Stability(Stable)
        @Nullable
        public Object getLogStreamsInput()
      • getEnabled

        @Stability(Stable)
        @NotNull
        public Object getEnabled()
      • setEnabled

        @Stability(Stable)
        public void setEnabled​(@NotNull
                               Boolean value)
      • setEnabled

        @Stability(Stable)
        public void setEnabled​(@NotNull
                               com.hashicorp.cdktf.IResolvable value)