AWS Fundamentals Logo
AWS Fundamentals
AWS::APS::AnomalyDetector

APS AnomalyDetector

AnomalyDetector schema for cloudformation.

Properties

7 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
Alias
string
RequiredCreate-only
Configuration
AnomalyDetectorConfiguration
Required
Workspace
string
RequiredCreate-only
EvaluationIntervalInSeconds
integer
Labels
Array<Label>
MissingDataAction
MissingDataAction
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe AnomalyDetector ARN.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

aps:CreateAnomalyDetectoraps:DescribeAnomalyDetectoraps:TagResource

read

aps:DescribeAnomalyDetectoraps:ListTagsForResource

update

aps:PutAnomalyDetectoraps:DescribeAnomalyDetectoraps:TagResourceaps:UntagResourceaps:ListTagsForResource

delete

aps:DeleteAnomalyDetectoraps:DescribeAnomalyDetector

list

aps:ListAnomalyDetectorsaps:ListTagsForResource

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceAPS
Properties8
Required3
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

AliasWorkspace

External Links