AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateInvestigationGroup operation. Updates the configuration of the specified investigation group.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.AIOps.AmazonAIOpsRequest
      Amazon.AIOps.Model.UpdateInvestigationGroupRequest

Namespace: Amazon.AIOps.Model
Assembly: AWSSDK.AIOps.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateInvestigationGroupRequest : AmazonAIOpsRequest
         IAmazonWebServiceRequest

The UpdateInvestigationGroupRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ChatbotNotificationChannel System.Collections.Generic.Dictionary<System.String, System.Collections.Generic.List<System.String>>

Gets and sets the property ChatbotNotificationChannel.

Use this structure to integrate CloudWatch investigations with chat applications. This structure is a string array. For the first string, specify the ARN of an Amazon SNS topic. For the array of strings, specify the ARNs of one or more chat applications configurations that you want to associate with that topic. For more information about these configuration ARNs, see Getting started with Amazon Q in chat applications and Resource type defined by Amazon Web Services Chatbot.

Public Property CrossAccountConfigurations System.Collections.Generic.List<Amazon.AIOps.Model.CrossAccountConfiguration>

Gets and sets the property CrossAccountConfigurations.

Used to configure cross-account access for an investigation group. It allows the investigation group to access resources in other accounts.

Public Property EncryptionConfiguration Amazon.AIOps.Model.EncryptionConfiguration

Gets and sets the property EncryptionConfiguration.

Use this structure if you want to use a customer managed KMS key to encrypt your investigation data. If you omit this parameter, CloudWatch investigations will use an Amazon Web Services key to encrypt the data. For more information, see Encryption of investigation data.

Public Property Identifier System.String

Gets and sets the property Identifier.

Specify either the name or the ARN of the investigation group that you want to modify.

Public Property IsCloudTrailEventHistoryEnabled System.Boolean

Gets and sets the property IsCloudTrailEventHistoryEnabled.

Specify true to enable CloudWatch investigations to have access to change events that are recorded by CloudTrail. The default is true.

Public Property RoleArn System.String

Gets and sets the property RoleArn.

Specify this field if you want to change the IAM role that CloudWatch investigations will use when it gathers investigation data. To do so, specify the ARN of the new role.

The permissions in this role determine which of your resources that CloudWatch investigations will have access to during investigations.

For more information, see How to control what data CloudWatch investigations has access to during investigations.

Public Property TagKeyBoundaries System.Collections.Generic.List<System.String>

Gets and sets the property TagKeyBoundaries.

Enter the existing custom tag keys for custom applications in your system. Resource tags help CloudWatch investigations narrow the search space when it is unable to discover definite relationships between resources. For example, to discover that an Amazon ECS service depends on an Amazon RDS database, CloudWatch investigations can discover this relationship using data sources such as X-Ray and CloudWatch Application Signals. However, if you haven't deployed these features, CloudWatch investigations will attempt to identify possible relationships. Tag boundaries can be used to narrow the resources that will be discovered by CloudWatch investigations in these cases.

You don't need to enter tags created by myApplications or CloudFormation, because CloudWatch investigations can automatically detect those tags.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5