AWS Fundamentals Logo
AWS Fundamentals
AWS::DevOpsGuru::LogAnomalyDetectionIntegration

DevOpsGuru LogAnomalyDetectionIntegration

This resource schema represents the LogAnomalyDetectionIntegration resource in the Amazon DevOps Guru.

Return Values

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

AttributeTypeDescription
AccountIdstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::DevOpsGuru::LogAnomalyDetectionIntegration

Resources:
  MyResource:
    Type: AWS::DevOpsGuru::LogAnomalyDetectionIntegration
    Properties:

Required IAM Permissions

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

create

devops-guru:DescribeServiceIntegrationdevops-guru:UpdateServiceIntegrationlogs:TagLogGrouplogs:UntagLogGroup

read

devops-guru:DescribeServiceIntegration

update

devops-guru:UpdateServiceIntegrationlogs:TagLogGrouplogs:UntagLogGroup

delete

devops-guru:DescribeServiceIntegrationdevops-guru:UpdateServiceIntegrationlogs:TagLogGrouplogs:UntagLogGroup

list

devops-guru:DescribeServiceIntegration

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

ServiceDevOpsGuru
Properties1
Required0
TaggingNot supported
Primary IDAccountId

Supported Operations

CreateReadUpdateDeleteList

External Links