Class CloudwatchEventTargetRedshiftTargetOutputReference

  • 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 CloudwatchEventTargetRedshiftTargetOutputReference
    extends com.hashicorp.cdktf.ComplexObject
    • Constructor Detail

      • CloudwatchEventTargetRedshiftTargetOutputReference

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

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

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

      • resetDbUser

        @Stability(Stable)
        public void resetDbUser()
      • resetSecretsManagerArn

        @Stability(Stable)
        public void resetSecretsManagerArn()
      • resetSql

        @Stability(Stable)
        public void resetSql()
      • resetStatementName

        @Stability(Stable)
        public void resetStatementName()
      • resetWithEvent

        @Stability(Stable)
        public void resetWithEvent()
      • getDatabaseInput

        @Stability(Stable)
        @Nullable
        public String getDatabaseInput()
      • getDbUserInput

        @Stability(Stable)
        @Nullable
        public String getDbUserInput()
      • getSecretsManagerArnInput

        @Stability(Stable)
        @Nullable
        public String getSecretsManagerArnInput()
      • getSqlInput

        @Stability(Stable)
        @Nullable
        public String getSqlInput()
      • getStatementNameInput

        @Stability(Stable)
        @Nullable
        public String getStatementNameInput()
      • getWithEventInput

        @Stability(Stable)
        @Nullable
        public Object getWithEventInput()
      • getDatabase

        @Stability(Stable)
        @NotNull
        public String getDatabase()
      • setDatabase

        @Stability(Stable)
        public void setDatabase​(@NotNull
                                String value)
      • getDbUser

        @Stability(Stable)
        @NotNull
        public String getDbUser()
      • setDbUser

        @Stability(Stable)
        public void setDbUser​(@NotNull
                              String value)
      • getSecretsManagerArn

        @Stability(Stable)
        @NotNull
        public String getSecretsManagerArn()
      • setSecretsManagerArn

        @Stability(Stable)
        public void setSecretsManagerArn​(@NotNull
                                         String value)
      • getSql

        @Stability(Stable)
        @NotNull
        public String getSql()
      • setSql

        @Stability(Stable)
        public void setSql​(@NotNull
                           String value)
      • getStatementName

        @Stability(Stable)
        @NotNull
        public String getStatementName()
      • setStatementName

        @Stability(Stable)
        public void setStatementName​(@NotNull
                                     String value)
      • getWithEvent

        @Stability(Stable)
        @NotNull
        public Object getWithEvent()
      • setWithEvent

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

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