Class CfnAnomalyDetector.RDSSourceConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.RDSSourceConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetector.RDSSourceConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAnomalyDetector.RDSSourceConfigProperty
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetector.RDSSourceConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetector.RDSSourceConfigProperty
An implementation for
CfnAnomalyDetector.RDSSourceConfigProperty-
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.services.lookoutmetrics.CfnAnomalyDetector.RDSSourceConfigProperty
CfnAnomalyDetector.RDSSourceConfigProperty.Builder, CfnAnomalyDetector.RDSSourceConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.RDSSourceConfigProperty.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 host name of the database.final StringThe name of the RDS database.final NumberThe port number where the database can be accessed.final StringA string identifying the database instance.final StringThe Amazon Resource Name (ARN) of the role.final StringThe Amazon Resource Name (ARN) of the AWS Secrets Manager role.final StringThe name of the table in the database.final ObjectAn object containing information about the Amazon Virtual Private Cloud (VPC) configuration.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 theCfnAnomalyDetector.RDSSourceConfigProperty.Builder.
-
-
Method Details
-
getDatabaseHost
Description copied from interface:CfnAnomalyDetector.RDSSourceConfigPropertyThe host name of the database.- Specified by:
getDatabaseHostin interfaceCfnAnomalyDetector.RDSSourceConfigProperty
-
getDatabaseName
Description copied from interface:CfnAnomalyDetector.RDSSourceConfigPropertyThe name of the RDS database.- Specified by:
getDatabaseNamein interfaceCfnAnomalyDetector.RDSSourceConfigProperty
-
getDatabasePort
Description copied from interface:CfnAnomalyDetector.RDSSourceConfigPropertyThe port number where the database can be accessed.- Specified by:
getDatabasePortin interfaceCfnAnomalyDetector.RDSSourceConfigProperty
-
getDbInstanceIdentifier
Description copied from interface:CfnAnomalyDetector.RDSSourceConfigPropertyA string identifying the database instance.- Specified by:
getDbInstanceIdentifierin interfaceCfnAnomalyDetector.RDSSourceConfigProperty
-
getRoleArn
Description copied from interface:CfnAnomalyDetector.RDSSourceConfigPropertyThe Amazon Resource Name (ARN) of the role.- Specified by:
getRoleArnin interfaceCfnAnomalyDetector.RDSSourceConfigProperty
-
getSecretManagerArn
Description copied from interface:CfnAnomalyDetector.RDSSourceConfigPropertyThe Amazon Resource Name (ARN) of the AWS Secrets Manager role.- Specified by:
getSecretManagerArnin interfaceCfnAnomalyDetector.RDSSourceConfigProperty
-
getTableName
Description copied from interface:CfnAnomalyDetector.RDSSourceConfigPropertyThe name of the table in the database.- Specified by:
getTableNamein interfaceCfnAnomalyDetector.RDSSourceConfigProperty
-
getVpcConfiguration
Description copied from interface:CfnAnomalyDetector.RDSSourceConfigPropertyAn object containing information about the Amazon Virtual Private Cloud (VPC) configuration.- Specified by:
getVpcConfigurationin interfaceCfnAnomalyDetector.RDSSourceConfigProperty
-
$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()
-