Class CfnPipe.PipeTargetRedshiftDataParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.CfnPipe.PipeTargetRedshiftDataParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipe.PipeTargetRedshiftDataParametersProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipe.PipeTargetRedshiftDataParametersProperty
@Stability(Stable)
@Internal
public static final class CfnPipe.PipeTargetRedshiftDataParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipe.PipeTargetRedshiftDataParametersProperty
An implementation for
CfnPipe.PipeTargetRedshiftDataParametersProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pipes.CfnPipe.PipeTargetRedshiftDataParametersProperty
CfnPipe.PipeTargetRedshiftDataParametersProperty.Builder, CfnPipe.PipeTargetRedshiftDataParametersProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPipe.PipeTargetRedshiftDataParametersProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final String
The name of the database.final String
The database user name.final String
The name or ARN of the secret that enables access to the database.getSqls()
The SQL statement text to run.final String
The name of the SQL statement.final Object
Indicates whether to send an event back to EventBridge after the SQL statement runs.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPipe.PipeTargetRedshiftDataParametersProperty.Builder
.
-
-
Method Details
-
getDatabase
Description copied from interface:CfnPipe.PipeTargetRedshiftDataParametersProperty
The name of the database.Required when authenticating using temporary credentials.
- Specified by:
getDatabase
in interfaceCfnPipe.PipeTargetRedshiftDataParametersProperty
-
getSqls
Description copied from interface:CfnPipe.PipeTargetRedshiftDataParametersProperty
The SQL statement text to run.- Specified by:
getSqls
in interfaceCfnPipe.PipeTargetRedshiftDataParametersProperty
-
getDbUser
Description copied from interface:CfnPipe.PipeTargetRedshiftDataParametersProperty
The database user name.Required when authenticating using temporary credentials.
- Specified by:
getDbUser
in interfaceCfnPipe.PipeTargetRedshiftDataParametersProperty
-
getSecretManagerArn
Description copied from interface:CfnPipe.PipeTargetRedshiftDataParametersProperty
The name or ARN of the secret that enables access to the database.Required when authenticating using Secrets Manager .
- Specified by:
getSecretManagerArn
in interfaceCfnPipe.PipeTargetRedshiftDataParametersProperty
-
getStatementName
Description copied from interface:CfnPipe.PipeTargetRedshiftDataParametersProperty
The name of the SQL statement.You can name the SQL statement when you create it to identify the query.
- Specified by:
getStatementName
in interfaceCfnPipe.PipeTargetRedshiftDataParametersProperty
-
getWithEvent
Description copied from interface:CfnPipe.PipeTargetRedshiftDataParametersProperty
Indicates whether to send an event back to EventBridge after the SQL statement runs.- Specified by:
getWithEvent
in interfaceCfnPipe.PipeTargetRedshiftDataParametersProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-