AWS::APS::AnomalyDetectorAnomalyDetector schema for cloudformation.
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Alias | string | RequiredCreate-only |
Configuration | AnomalyDetectorConfiguration | Required |
Workspace | string | RequiredCreate-only |
EvaluationIntervalInSeconds | integer | |
Labels | Array<Label> | |
MissingDataAction | MissingDataAction | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The AnomalyDetector ARN. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::APS::AnomalyDetector
Resources:
MyResource:
Type: AWS::APS::AnomalyDetector
Properties:
Workspace: "value"
Configuration: "value"
Alias: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
aps:CreateAnomalyDetectoraps:DescribeAnomalyDetectoraps:TagResourceaps:DescribeAnomalyDetectoraps:ListTagsForResourceaps:PutAnomalyDetectoraps:DescribeAnomalyDetectoraps:TagResourceaps:UntagResourceaps:ListTagsForResourceaps:DeleteAnomalyDetectoraps:DescribeAnomalyDetectoraps:ListAnomalyDetectorsaps:ListTagsForResourceOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
AliasWorkspace