Class CfnPipePropsMixin.PipeTargetRedshiftDataParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.PipeTargetRedshiftDataParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipePropsMixin.PipeTargetRedshiftDataParametersProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipePropsMixin.PipeTargetRedshiftDataParametersProperty
@Stability(Stable)
@Internal
public static final class CfnPipePropsMixin.PipeTargetRedshiftDataParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipePropsMixin.PipeTargetRedshiftDataParametersProperty
An implementation for
CfnPipePropsMixin.PipeTargetRedshiftDataParametersProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.pipes.CfnPipePropsMixin.PipeTargetRedshiftDataParametersProperty
CfnPipePropsMixin.PipeTargetRedshiftDataParametersProperty.Builder, CfnPipePropsMixin.PipeTargetRedshiftDataParametersProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnPipePropsMixin.PipeTargetRedshiftDataParametersProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringThe name of the database.final StringThe database user name.final StringThe name or ARN of the secret that enables access to the database.getSqls()The SQL statement text to run.final StringThe name of the SQL statement.final ObjectIndicates whether to send an event back to EventBridge after the SQL statement runs.final inthashCode()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 theCfnPipePropsMixin.PipeTargetRedshiftDataParametersProperty.Builder.
-
-
Method Details
-
getDatabase
Description copied from interface:CfnPipePropsMixin.PipeTargetRedshiftDataParametersPropertyThe name of the database.Required when authenticating using temporary credentials.
- Specified by:
getDatabasein interfaceCfnPipePropsMixin.PipeTargetRedshiftDataParametersProperty- See Also:
-
getDbUser
Description copied from interface:CfnPipePropsMixin.PipeTargetRedshiftDataParametersPropertyThe database user name.Required when authenticating using temporary credentials.
- Specified by:
getDbUserin interfaceCfnPipePropsMixin.PipeTargetRedshiftDataParametersProperty- See Also:
-
getSecretManagerArn
Description copied from interface:CfnPipePropsMixin.PipeTargetRedshiftDataParametersPropertyThe name or ARN of the secret that enables access to the database.Required when authenticating using Secrets Manager.
- Specified by:
getSecretManagerArnin interfaceCfnPipePropsMixin.PipeTargetRedshiftDataParametersProperty- See Also:
-
getSqls
Description copied from interface:CfnPipePropsMixin.PipeTargetRedshiftDataParametersPropertyThe SQL statement text to run.- Specified by:
getSqlsin interfaceCfnPipePropsMixin.PipeTargetRedshiftDataParametersProperty- See Also:
-
getStatementName
Description copied from interface:CfnPipePropsMixin.PipeTargetRedshiftDataParametersPropertyThe name of the SQL statement.You can name the SQL statement when you create it to identify the query.
- Specified by:
getStatementNamein interfaceCfnPipePropsMixin.PipeTargetRedshiftDataParametersProperty- See Also:
-
getWithEvent
Description copied from interface:CfnPipePropsMixin.PipeTargetRedshiftDataParametersPropertyIndicates whether to send an event back to EventBridge after the SQL statement runs.Returns union: either
BooleanorIResolvableDefault: - false
- Specified by:
getWithEventin interfaceCfnPipePropsMixin.PipeTargetRedshiftDataParametersProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-