Class CloudwatchEventTargetInputTransformerOutputReference

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

      • CloudwatchEventTargetInputTransformerOutputReference

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

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

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

      • resetInputPaths

        @Stability(Stable)
        public void resetInputPaths()
      • getInputPathsInput

        @Stability(Stable)
        @Nullable
        public Map<String,​String> getInputPathsInput()
      • getInputTemplateInput

        @Stability(Stable)
        @Nullable
        public String getInputTemplateInput()
      • getInputPaths

        @Stability(Stable)
        @NotNull
        public Map<String,​String> getInputPaths()
      • setInputPaths

        @Stability(Stable)
        public void setInputPaths​(@NotNull
                                  Map<String,​String> value)
      • getInputTemplate

        @Stability(Stable)
        @NotNull
        public String getInputTemplate()
      • setInputTemplate

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