Class CfnAnomalyDetector.RedshiftSourceConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.RedshiftSourceConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetector.RedshiftSourceConfigProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnomalyDetector.RedshiftSourceConfigProperty
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetector.RedshiftSourceConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetector.RedshiftSourceConfigProperty
An implementation for
CfnAnomalyDetector.RedshiftSourceConfigProperty
-
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.lookoutmetrics.CfnAnomalyDetector.RedshiftSourceConfigProperty
CfnAnomalyDetector.RedshiftSourceConfigProperty.Builder, CfnAnomalyDetector.RedshiftSourceConfigProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.RedshiftSourceConfigProperty.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
A string identifying the Redshift cluster.final String
The name of the database host.final String
The Redshift database name.final Number
The port number where the database can be accessed.final String
The Amazon Resource Name (ARN) of the role providing access to the database.final String
The Amazon Resource Name (ARN) of the AWS Secrets Manager role.final String
The table name of the Redshift database.final Object
Contains information about the Amazon Virtual Private Cloud (VPC) configuration.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 theCfnAnomalyDetector.RedshiftSourceConfigProperty.Builder
.
-
-
Method Details
-
getClusterIdentifier
Description copied from interface:CfnAnomalyDetector.RedshiftSourceConfigProperty
A string identifying the Redshift cluster.- Specified by:
getClusterIdentifier
in interfaceCfnAnomalyDetector.RedshiftSourceConfigProperty
- See Also:
-
getDatabaseHost
Description copied from interface:CfnAnomalyDetector.RedshiftSourceConfigProperty
The name of the database host.- Specified by:
getDatabaseHost
in interfaceCfnAnomalyDetector.RedshiftSourceConfigProperty
- See Also:
-
getDatabaseName
Description copied from interface:CfnAnomalyDetector.RedshiftSourceConfigProperty
The Redshift database name.- Specified by:
getDatabaseName
in interfaceCfnAnomalyDetector.RedshiftSourceConfigProperty
- See Also:
-
getDatabasePort
Description copied from interface:CfnAnomalyDetector.RedshiftSourceConfigProperty
The port number where the database can be accessed.- Specified by:
getDatabasePort
in interfaceCfnAnomalyDetector.RedshiftSourceConfigProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnAnomalyDetector.RedshiftSourceConfigProperty
The Amazon Resource Name (ARN) of the role providing access to the database.- Specified by:
getRoleArn
in interfaceCfnAnomalyDetector.RedshiftSourceConfigProperty
- See Also:
-
getSecretManagerArn
Description copied from interface:CfnAnomalyDetector.RedshiftSourceConfigProperty
The Amazon Resource Name (ARN) of the AWS Secrets Manager role.- Specified by:
getSecretManagerArn
in interfaceCfnAnomalyDetector.RedshiftSourceConfigProperty
- See Also:
-
getTableName
Description copied from interface:CfnAnomalyDetector.RedshiftSourceConfigProperty
The table name of the Redshift database.- Specified by:
getTableName
in interfaceCfnAnomalyDetector.RedshiftSourceConfigProperty
- See Also:
-
getVpcConfiguration
Description copied from interface:CfnAnomalyDetector.RedshiftSourceConfigProperty
Contains information about the Amazon Virtual Private Cloud (VPC) configuration.- Specified by:
getVpcConfiguration
in interfaceCfnAnomalyDetector.RedshiftSourceConfigProperty
- See Also:
-
$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()
-