Class SagemakerFlowDefinitionHumanLoopConfigOutputReference

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

      • SagemakerFlowDefinitionHumanLoopConfigOutputReference

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

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

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

      • resetPublicWorkforceTaskPrice

        @Stability(Stable)
        public void resetPublicWorkforceTaskPrice()
      • resetTaskAvailabilityLifetimeInSeconds

        @Stability(Stable)
        public void resetTaskAvailabilityLifetimeInSeconds()
      • resetTaskKeywords

        @Stability(Stable)
        public void resetTaskKeywords()
      • resetTaskTimeLimitInSeconds

        @Stability(Stable)
        public void resetTaskTimeLimitInSeconds()
      • getHumanTaskUiArnInput

        @Stability(Stable)
        @Nullable
        public String getHumanTaskUiArnInput()
      • getTaskAvailabilityLifetimeInSecondsInput

        @Stability(Stable)
        @Nullable
        public Number getTaskAvailabilityLifetimeInSecondsInput()
      • getTaskCountInput

        @Stability(Stable)
        @Nullable
        public Number getTaskCountInput()
      • getTaskDescriptionInput

        @Stability(Stable)
        @Nullable
        public String getTaskDescriptionInput()
      • getTaskKeywordsInput

        @Stability(Stable)
        @Nullable
        public List<String> getTaskKeywordsInput()
      • getTaskTimeLimitInSecondsInput

        @Stability(Stable)
        @Nullable
        public Number getTaskTimeLimitInSecondsInput()
      • getTaskTitleInput

        @Stability(Stable)
        @Nullable
        public String getTaskTitleInput()
      • getWorkteamArnInput

        @Stability(Stable)
        @Nullable
        public String getWorkteamArnInput()
      • getHumanTaskUiArn

        @Stability(Stable)
        @NotNull
        public String getHumanTaskUiArn()
      • setHumanTaskUiArn

        @Stability(Stable)
        public void setHumanTaskUiArn​(@NotNull
                                      String value)
      • getTaskAvailabilityLifetimeInSeconds

        @Stability(Stable)
        @NotNull
        public Number getTaskAvailabilityLifetimeInSeconds()
      • setTaskAvailabilityLifetimeInSeconds

        @Stability(Stable)
        public void setTaskAvailabilityLifetimeInSeconds​(@NotNull
                                                         Number value)
      • getTaskCount

        @Stability(Stable)
        @NotNull
        public Number getTaskCount()
      • setTaskCount

        @Stability(Stable)
        public void setTaskCount​(@NotNull
                                 Number value)
      • getTaskDescription

        @Stability(Stable)
        @NotNull
        public String getTaskDescription()
      • setTaskDescription

        @Stability(Stable)
        public void setTaskDescription​(@NotNull
                                       String value)
      • getTaskKeywords

        @Stability(Stable)
        @NotNull
        public List<String> getTaskKeywords()
      • setTaskKeywords

        @Stability(Stable)
        public void setTaskKeywords​(@NotNull
                                    List<String> value)
      • getTaskTimeLimitInSeconds

        @Stability(Stable)
        @NotNull
        public Number getTaskTimeLimitInSeconds()
      • setTaskTimeLimitInSeconds

        @Stability(Stable)
        public void setTaskTimeLimitInSeconds​(@NotNull
                                              Number value)
      • getTaskTitle

        @Stability(Stable)
        @NotNull
        public String getTaskTitle()
      • setTaskTitle

        @Stability(Stable)
        public void setTaskTitle​(@NotNull
                                 String value)
      • getWorkteamArn

        @Stability(Stable)
        @NotNull
        public String getWorkteamArn()
      • setWorkteamArn

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