public static final class CfnRule.RedshiftDataParametersProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnRule.RedshiftDataParametersProperty
CfnRule.RedshiftDataParametersProperty
CfnRule.RedshiftDataParametersProperty.Builder, CfnRule.RedshiftDataParametersProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
Modifier and Type | Method and Description |
---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(java.lang.Object o) |
java.lang.String |
getDatabase()
The name of the database.
|
java.lang.String |
getDbUser()
The database user name.
|
java.lang.String |
getSecretManagerArn()
The name or ARN of the secret that enables access to the database.
|
java.lang.String |
getSql()
The SQL statement text to run.
|
java.lang.String |
getStatementName()
The name of the SQL statement.
|
java.lang.Object |
getWithEvent()
Indicates whether to send an event back to EventBridge after the SQL statement runs.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getDatabase()
CfnRule.RedshiftDataParametersProperty
Required when authenticating using temporary credentials.
getDatabase
in interface CfnRule.RedshiftDataParametersProperty
public final java.lang.String getSql()
CfnRule.RedshiftDataParametersProperty
getSql
in interface CfnRule.RedshiftDataParametersProperty
public final java.lang.String getDbUser()
CfnRule.RedshiftDataParametersProperty
Required when authenticating using temporary credentials.
getDbUser
in interface CfnRule.RedshiftDataParametersProperty
public final java.lang.String getSecretManagerArn()
CfnRule.RedshiftDataParametersProperty
Required when authenticating using AWS Secrets Manager.
getSecretManagerArn
in interface CfnRule.RedshiftDataParametersProperty
public final java.lang.String getStatementName()
CfnRule.RedshiftDataParametersProperty
You can name the SQL statement when you create it to identify the query.
getStatementName
in interface CfnRule.RedshiftDataParametersProperty
public final java.lang.Object getWithEvent()
CfnRule.RedshiftDataParametersProperty
getWithEvent
in interface CfnRule.RedshiftDataParametersProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()