AWS Fundamentals Logo
AWS Fundamentals
AWS::AIOps::InvestigationGroup

AIOps InvestigationGroup

Definition of AWS::AIOps::InvestigationGroup Resource Type

Properties

10 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
ChatbotNotificationChannels
Array<ChatbotNotificationChannel>
CrossAccountConfigurations
Array<CrossAccountConfiguration>
EncryptionConfig
EncryptionConfigMap
InvestigationGroupPolicy
string
IsCloudTrailEventHistoryEnabled
boolean
RetentionInDays
integer
Create-only
RoleArn
string
TagKeyBoundaries
Array<string>
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
Arnstring-
CreatedAtstring-
CreatedBystring-
LastModifiedAtstring-
LastModifiedBystring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::AIOps::InvestigationGroup

Resources:
  MyResource:
    Type: AWS::AIOps::InvestigationGroup
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

aiops:CreateInvestigationGroupaiops:GetInvestigationGroupaiops:GetInvestigationGroupPolicyaiops:PutInvestigationGroupPolicyaiops:ListInvestigationGroupsaiops:TagResourceaiops:ListTagsForResourceiam:PassRole

read

aiops:GetInvestigationGroupaiops:GetInvestigationGroupPolicyaiops:ListInvestigationGroupsaiops:ListTagsForResourcekms:DescribeKeykms:ListAliaseskms:Decryptkms:Encrypt

update

aiops:GetInvestigationGroupaiops:UpdateInvestigationGroupaiops:ListInvestigationGroupsaiops:GetInvestigationGroupPolicyaiops:PutInvestigationGroupPolicyaiops:DeleteInvestigationGroupPolicyaiops:TagResourceaiops:UntagResource

delete

aiops:DeleteInvestigationGroupaiops:GetInvestigationGroupaiops:DeleteInvestigationGroupPolicyaiops:GetInvestigationGroupPolicyaiops:UntagResourcekms:DescribeKeykms:ListAliases

list

aiops:ListInvestigationGroupskms:DescribeKeykms:ListAliases

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

ServiceAIOps
Properties15
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

NameRetentionInDays

External Links