Class CfnAnomalyDetector.MetricSourceProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.MetricSourceProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetector.MetricSourceProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnAnomalyDetector.MetricSourceProperty
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetector.MetricSourceProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetector.MetricSourceProperty
An implementation for
CfnAnomalyDetector.MetricSourceProperty
-
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.MetricSourceProperty
CfnAnomalyDetector.MetricSourceProperty.Builder, CfnAnomalyDetector.MetricSourceProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.MetricSourceProperty.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 Object
Details about an AppFlow datasource.final Object
Details about an Amazon CloudWatch monitoring datasource.final Object
Details about an Amazon Relational Database Service (RDS) datasource.final Object
Details about an Amazon Redshift database datasource.final Object
Contains information about the configuration of the S3 bucket that contains source files.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.MetricSourceProperty.Builder
.
-
-
Method Details
-
getAppFlowConfig
Description copied from interface:CfnAnomalyDetector.MetricSourceProperty
Details about an AppFlow datasource.- Specified by:
getAppFlowConfig
in interfaceCfnAnomalyDetector.MetricSourceProperty
-
getCloudwatchConfig
Description copied from interface:CfnAnomalyDetector.MetricSourceProperty
Details about an Amazon CloudWatch monitoring datasource.- Specified by:
getCloudwatchConfig
in interfaceCfnAnomalyDetector.MetricSourceProperty
-
getRdsSourceConfig
Description copied from interface:CfnAnomalyDetector.MetricSourceProperty
Details about an Amazon Relational Database Service (RDS) datasource.- Specified by:
getRdsSourceConfig
in interfaceCfnAnomalyDetector.MetricSourceProperty
-
getRedshiftSourceConfig
Description copied from interface:CfnAnomalyDetector.MetricSourceProperty
Details about an Amazon Redshift database datasource.- Specified by:
getRedshiftSourceConfig
in interfaceCfnAnomalyDetector.MetricSourceProperty
-
getS3SourceConfig
Description copied from interface:CfnAnomalyDetector.MetricSourceProperty
Contains information about the configuration of the S3 bucket that contains source files.- Specified by:
getS3SourceConfig
in interfaceCfnAnomalyDetector.MetricSourceProperty
-
$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()
-