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