Class CloudwatchEventTargetBatchTargetOutputReference

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

      • CloudwatchEventTargetBatchTargetOutputReference

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

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

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

      • resetArraySize

        @Stability(Stable)
        public void resetArraySize()
      • resetJobAttempts

        @Stability(Stable)
        public void resetJobAttempts()
      • getArraySizeInput

        @Stability(Stable)
        @Nullable
        public Number getArraySizeInput()
      • getJobAttemptsInput

        @Stability(Stable)
        @Nullable
        public Number getJobAttemptsInput()
      • getJobDefinitionInput

        @Stability(Stable)
        @Nullable
        public String getJobDefinitionInput()
      • getJobNameInput

        @Stability(Stable)
        @Nullable
        public String getJobNameInput()
      • getArraySize

        @Stability(Stable)
        @NotNull
        public Number getArraySize()
      • setArraySize

        @Stability(Stable)
        public void setArraySize​(@NotNull
                                 Number value)
      • getJobAttempts

        @Stability(Stable)
        @NotNull
        public Number getJobAttempts()
      • setJobAttempts

        @Stability(Stable)
        public void setJobAttempts​(@NotNull
                                   Number value)
      • getJobDefinition

        @Stability(Stable)
        @NotNull
        public String getJobDefinition()
      • setJobDefinition

        @Stability(Stable)
        public void setJobDefinition​(@NotNull
                                     String value)
      • getJobName

        @Stability(Stable)
        @NotNull
        public String getJobName()
      • setJobName

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