Class SfnStateMachineLoggingConfigurationOutputReference

  • 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:55.212Z")
    @Stability(Stable)
    public class SfnStateMachineLoggingConfigurationOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • SfnStateMachineLoggingConfigurationOutputReference

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

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

        @Stability(Stable)
        public SfnStateMachineLoggingConfigurationOutputReference​(@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

      • resetIncludeExecutionData

        @Stability(Stable)
        public void resetIncludeExecutionData()
      • resetLevel

        @Stability(Stable)
        public void resetLevel()
      • resetLogDestination

        @Stability(Stable)
        public void resetLogDestination()
      • getIncludeExecutionDataInput

        @Stability(Stable)
        @Nullable
        public Object getIncludeExecutionDataInput()
      • getLevelInput

        @Stability(Stable)
        @Nullable
        public String getLevelInput()
      • getLogDestinationInput

        @Stability(Stable)
        @Nullable
        public String getLogDestinationInput()
      • getIncludeExecutionData

        @Stability(Stable)
        @NotNull
        public Object getIncludeExecutionData()
      • setIncludeExecutionData

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

        @Stability(Stable)
        public void setIncludeExecutionData​(@NotNull
                                            com.hashicorp.cdktf.IResolvable value)
      • getLevel

        @Stability(Stable)
        @NotNull
        public String getLevel()
      • setLevel

        @Stability(Stable)
        public void setLevel​(@NotNull
                             String value)
      • getLogDestination

        @Stability(Stable)
        @NotNull
        public String getLogDestination()
      • setLogDestination

        @Stability(Stable)
        public void setLogDestination​(@NotNull
                                      String value)