@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:31.742Z") @Stability(value=Stable) public class CfnAnomalyDetector extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static interface |
CfnAnomalyDetector.AppFlowConfigProperty |
static class |
CfnAnomalyDetector.Builder
A fluent builder for
CfnAnomalyDetector. |
static interface |
CfnAnomalyDetector.CloudwatchConfigProperty |
static interface |
CfnAnomalyDetector.CsvFormatDescriptorProperty |
static interface |
CfnAnomalyDetector.FileFormatDescriptorProperty |
static interface |
CfnAnomalyDetector.JsonFormatDescriptorProperty |
static interface |
CfnAnomalyDetector.MetricProperty |
static interface |
CfnAnomalyDetector.MetricSetProperty |
static interface |
CfnAnomalyDetector.MetricSourceProperty |
static interface |
CfnAnomalyDetector.RDSSourceConfigProperty |
static interface |
CfnAnomalyDetector.RedshiftSourceConfigProperty |
static interface |
CfnAnomalyDetector.S3SourceConfigProperty |
static interface |
CfnAnomalyDetector.TimestampColumnProperty |
static interface |
CfnAnomalyDetector.VpcConfigurationProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnAnomalyDetector(software.constructs.Construct scope,
String id,
CfnAnomalyDetectorProps props)
Create a new `AWS::LookoutMetrics::AnomalyDetector`.
|
protected |
CfnAnomalyDetector(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnAnomalyDetector(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getAnomalyDetectorConfig()
`AWS::LookoutMetrics::AnomalyDetector.AnomalyDetectorConfig`.
|
String |
getAnomalyDetectorDescription()
`AWS::LookoutMetrics::AnomalyDetector.AnomalyDetectorDescription`.
|
String |
getAnomalyDetectorName()
`AWS::LookoutMetrics::AnomalyDetector.AnomalyDetectorName`.
|
String |
getAttrArn() |
protected Map<String,Object> |
getCfnProperties() |
String |
getKmsKeyArn()
`AWS::LookoutMetrics::AnomalyDetector.KmsKeyArn`.
|
Object |
getMetricSetList()
`AWS::LookoutMetrics::AnomalyDetector.MetricSetList`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setAnomalyDetectorConfig(Object value)
`AWS::LookoutMetrics::AnomalyDetector.AnomalyDetectorConfig`.
|
void |
setAnomalyDetectorDescription(String value)
`AWS::LookoutMetrics::AnomalyDetector.AnomalyDetectorDescription`.
|
void |
setAnomalyDetectorName(String value)
`AWS::LookoutMetrics::AnomalyDetector.AnomalyDetectorName`.
|
void |
setKmsKeyArn(String value)
`AWS::LookoutMetrics::AnomalyDetector.KmsKeyArn`.
|
void |
setMetricSetList(IResolvable value)
`AWS::LookoutMetrics::AnomalyDetector.MetricSetList`.
|
void |
setMetricSetList(List<Object> value)
`AWS::LookoutMetrics::AnomalyDetector.MetricSetList`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnAnomalyDetector(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnAnomalyDetector(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnAnomalyDetector(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnAnomalyDetectorProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull public String getAttrArn()
@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public Object getAnomalyDetectorConfig()
@Stability(value=Stable)
public void setAnomalyDetectorConfig(@NotNull
Object value)
@Stability(value=Stable) @NotNull public Object getMetricSetList()
@Stability(value=Stable)
public void setMetricSetList(@NotNull
IResolvable value)
@Stability(value=Stable)
public void setMetricSetList(@NotNull
List<Object> value)
@Stability(value=Stable) @Nullable public String getAnomalyDetectorDescription()
@Stability(value=Stable)
public void setAnomalyDetectorDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getAnomalyDetectorName()
@Stability(value=Stable)
public void setAnomalyDetectorName(@Nullable
String value)
@Stability(value=Stable) @Nullable public String getKmsKeyArn()
@Stability(value=Stable)
public void setKmsKeyArn(@Nullable
String value)
Copyright © 2021. All rights reserved.