Class: Aws::AIOps::Types::UpdateInvestigationGroupRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::AIOps::Types::UpdateInvestigationGroupRequest
- Defined in:
- gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#chatbot_notification_channel ⇒ Hash<String,Array<String>>
Use this structure to integrate CloudWatch investigations with Amazon Q in chat applications.
-
#cross_account_configurations ⇒ Array<Types::CrossAccountConfiguration>
Used to configure cross-account access for an investigation group.
-
#encryption_configuration ⇒ Types::EncryptionConfiguration
Use this structure if you want to use a customer managed KMS key to encrypt your investigation data.
-
#identifier ⇒ String
Specify either the name or the ARN of the investigation group that you want to modify.
-
#is_cloud_trail_event_history_enabled ⇒ Boolean
Specify
true
to enable CloudWatch investigations to have access to change events that are recorded by CloudTrail. -
#role_arn ⇒ String
Specify this field if you want to change the IAM role that CloudWatch investigations will use when it gathers investigation data.
-
#tag_key_boundaries ⇒ Array<String>
Enter the existing custom tag keys for custom applications in your system.
Instance Attribute Details
#chatbot_notification_channel ⇒ Hash<String,Array<String>>
Use this structure to integrate CloudWatch investigations with Amazon Q in 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 Amazon Q in 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.
717 718 719 720 721 722 723 724 725 726 727 |
# File 'gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb', line 717 class UpdateInvestigationGroupRequest < Struct.new( :identifier, :role_arn, :encryption_configuration, :tag_key_boundaries, :chatbot_notification_channel, :is_cloud_trail_event_history_enabled, :cross_account_configurations) SENSITIVE = [] include Aws::Structure end |
#cross_account_configurations ⇒ Array<Types::CrossAccountConfiguration>
Used to configure cross-account access for an investigation group. It allows the investigation group to access resources in other accounts.
717 718 719 720 721 722 723 724 725 726 727 |
# File 'gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb', line 717 class UpdateInvestigationGroupRequest < Struct.new( :identifier, :role_arn, :encryption_configuration, :tag_key_boundaries, :chatbot_notification_channel, :is_cloud_trail_event_history_enabled, :cross_account_configurations) SENSITIVE = [] include Aws::Structure end |
#encryption_configuration ⇒ Types::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.
717 718 719 720 721 722 723 724 725 726 727 |
# File 'gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb', line 717 class UpdateInvestigationGroupRequest < Struct.new( :identifier, :role_arn, :encryption_configuration, :tag_key_boundaries, :chatbot_notification_channel, :is_cloud_trail_event_history_enabled, :cross_account_configurations) SENSITIVE = [] include Aws::Structure end |
#identifier ⇒ String
Specify either the name or the ARN of the investigation group that you want to modify.
717 718 719 720 721 722 723 724 725 726 727 |
# File 'gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb', line 717 class UpdateInvestigationGroupRequest < Struct.new( :identifier, :role_arn, :encryption_configuration, :tag_key_boundaries, :chatbot_notification_channel, :is_cloud_trail_event_history_enabled, :cross_account_configurations) SENSITIVE = [] include Aws::Structure end |
#is_cloud_trail_event_history_enabled ⇒ Boolean
Specify true
to enable CloudWatch investigations to have access to
change events that are recorded by CloudTrail. The default is
true
.
717 718 719 720 721 722 723 724 725 726 727 |
# File 'gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb', line 717 class UpdateInvestigationGroupRequest < Struct.new( :identifier, :role_arn, :encryption_configuration, :tag_key_boundaries, :chatbot_notification_channel, :is_cloud_trail_event_history_enabled, :cross_account_configurations) SENSITIVE = [] include Aws::Structure end |
#role_arn ⇒ String
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 EHow to control what data Amazon Q has access to during investigations.
717 718 719 720 721 722 723 724 725 726 727 |
# File 'gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb', line 717 class UpdateInvestigationGroupRequest < Struct.new( :identifier, :role_arn, :encryption_configuration, :tag_key_boundaries, :chatbot_notification_channel, :is_cloud_trail_event_history_enabled, :cross_account_configurations) SENSITIVE = [] include Aws::Structure end |
#tag_key_boundaries ⇒ Array<String>
Enter the existing custom tag keys for custom applications in your system. Resource tags help Amazon Q 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, Amazon Q can discover this relationship using data sources such as X-Ray and CloudWatch Application Signals. However, if you haven't deployed these features, Amazon Q will attempt to identify possible relationships. Tag boundaries can be used to narrow the resources that will be discovered by Amazon Q in these cases.
You don't need to enter tags created by myApplications or CloudFormation, because Amazon Q can automatically detect those tags.
717 718 719 720 721 722 723 724 725 726 727 |
# File 'gems/aws-sdk-aiops/lib/aws-sdk-aiops/types.rb', line 717 class UpdateInvestigationGroupRequest < Struct.new( :identifier, :role_arn, :encryption_configuration, :tag_key_boundaries, :chatbot_notification_channel, :is_cloud_trail_event_history_enabled, :cross_account_configurations) SENSITIVE = [] include Aws::Structure end |