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.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.MetricSourceProperty
CfnAnomalyDetector.MetricSourceProperty.Builder, CfnAnomalyDetector.MetricSourceProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.MetricSourceProperty.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 ObjectDetails about an AppFlow datasource.final ObjectDetails about an Amazon CloudWatch monitoring datasource.final ObjectDetails about an Amazon Relational Database Service (RDS) datasource.final ObjectDetails about an Amazon Redshift database datasource.final ObjectContains information about the configuration of the S3 bucket that contains source files.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.MetricSourceProperty.Builder.
-
-
Method Details
-
getAppFlowConfig
Description copied from interface:CfnAnomalyDetector.MetricSourcePropertyDetails about an AppFlow datasource.Returns union: either
IResolvableorCfnAnomalyDetector.AppFlowConfigProperty- Specified by:
getAppFlowConfigin interfaceCfnAnomalyDetector.MetricSourceProperty- See Also:
-
getCloudwatchConfig
Description copied from interface:CfnAnomalyDetector.MetricSourcePropertyDetails about an Amazon CloudWatch monitoring datasource.Returns union: either
IResolvableorCfnAnomalyDetector.CloudwatchConfigProperty- Specified by:
getCloudwatchConfigin interfaceCfnAnomalyDetector.MetricSourceProperty- See Also:
-
getRdsSourceConfig
Description copied from interface:CfnAnomalyDetector.MetricSourcePropertyDetails about an Amazon Relational Database Service (RDS) datasource.Returns union: either
IResolvableorCfnAnomalyDetector.RDSSourceConfigProperty- Specified by:
getRdsSourceConfigin interfaceCfnAnomalyDetector.MetricSourceProperty- See Also:
-
getRedshiftSourceConfig
Description copied from interface:CfnAnomalyDetector.MetricSourcePropertyDetails about an Amazon Redshift database datasource.Returns union: either
IResolvableorCfnAnomalyDetector.RedshiftSourceConfigProperty- Specified by:
getRedshiftSourceConfigin interfaceCfnAnomalyDetector.MetricSourceProperty- See Also:
-
getS3SourceConfig
Description copied from interface:CfnAnomalyDetector.MetricSourcePropertyContains information about the configuration of the S3 bucket that contains source files.Returns union: either
IResolvableorCfnAnomalyDetector.S3SourceConfigProperty- Specified by:
getS3SourceConfigin interfaceCfnAnomalyDetector.MetricSourceProperty- 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()
-