Class CfnAnomalyDetector.S3SourceConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.S3SourceConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnAnomalyDetector.S3SourceConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnAnomalyDetector.S3SourceConfigProperty
@Stability(Stable)
@Internal
public static final class CfnAnomalyDetector.S3SourceConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnAnomalyDetector.S3SourceConfigProperty
An implementation for
CfnAnomalyDetector.S3SourceConfigProperty-
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.S3SourceConfigProperty
CfnAnomalyDetector.S3SourceConfigProperty.Builder, CfnAnomalyDetector.S3SourceConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.S3SourceConfigProperty.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 ObjectContains information about a source file's formatting.A list of paths to the historical data files.final StringThe ARN of an IAM role that has read and write access permissions to the source S3 bucket.A list of templated paths to the 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.S3SourceConfigProperty.Builder.
-
-
Method Details
-
getFileFormatDescriptor
Description copied from interface:CfnAnomalyDetector.S3SourceConfigPropertyContains information about a source file's formatting.- Specified by:
getFileFormatDescriptorin interfaceCfnAnomalyDetector.S3SourceConfigProperty
-
getRoleArn
Description copied from interface:CfnAnomalyDetector.S3SourceConfigPropertyThe ARN of an IAM role that has read and write access permissions to the source S3 bucket.- Specified by:
getRoleArnin interfaceCfnAnomalyDetector.S3SourceConfigProperty
-
getHistoricalDataPathList
Description copied from interface:CfnAnomalyDetector.S3SourceConfigPropertyA list of paths to the historical data files.- Specified by:
getHistoricalDataPathListin interfaceCfnAnomalyDetector.S3SourceConfigProperty
-
getTemplatedPathList
Description copied from interface:CfnAnomalyDetector.S3SourceConfigPropertyA list of templated paths to the source files.- Specified by:
getTemplatedPathListin interfaceCfnAnomalyDetector.S3SourceConfigProperty
-
$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()
-