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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lookoutmetrics.CfnAnomalyDetector.S3SourceConfigProperty
CfnAnomalyDetector.S3SourceConfigProperty.Builder, CfnAnomalyDetector.S3SourceConfigProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnAnomalyDetector.S3SourceConfigProperty.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
Contains information about a source file's formatting.A list of paths to the historical data files.final String
The 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 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.S3SourceConfigProperty.Builder
.
-
-
Method Details
-
getFileFormatDescriptor
Description copied from interface:CfnAnomalyDetector.S3SourceConfigProperty
Contains information about a source file's formatting.- Specified by:
getFileFormatDescriptor
in interfaceCfnAnomalyDetector.S3SourceConfigProperty
- See Also:
-
getRoleArn
Description copied from interface:CfnAnomalyDetector.S3SourceConfigProperty
The ARN of an IAM role that has read and write access permissions to the source S3 bucket.- Specified by:
getRoleArn
in interfaceCfnAnomalyDetector.S3SourceConfigProperty
- See Also:
-
getHistoricalDataPathList
Description copied from interface:CfnAnomalyDetector.S3SourceConfigProperty
A list of paths to the historical data files.- Specified by:
getHistoricalDataPathList
in interfaceCfnAnomalyDetector.S3SourceConfigProperty
- See Also:
-
getTemplatedPathList
Description copied from interface:CfnAnomalyDetector.S3SourceConfigProperty
A list of templated paths to the source files.- Specified by:
getTemplatedPathList
in interfaceCfnAnomalyDetector.S3SourceConfigProperty
- See Also:
-
$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()
-