1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. aiops
  5. InvestigationGroup

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

aws-native.aiops.InvestigationGroup

Explore with Pulumi AI

aws-native logo

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi

    Definition of AWS::AIOps::InvestigationGroup Resource Type

    Create InvestigationGroup Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new InvestigationGroup(name: string, args?: InvestigationGroupArgs, opts?: CustomResourceOptions);
    @overload
    def InvestigationGroup(resource_name: str,
                           args: Optional[InvestigationGroupArgs] = None,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def InvestigationGroup(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           chatbot_notification_channels: Optional[Sequence[InvestigationGroupChatbotNotificationChannelArgs]] = None,
                           cross_account_configurations: Optional[Sequence[InvestigationGroupCrossAccountConfigurationArgs]] = None,
                           encryption_config: Optional[InvestigationGroupEncryptionConfigMapArgs] = None,
                           investigation_group_policy: Optional[str] = None,
                           is_cloud_trail_event_history_enabled: Optional[bool] = None,
                           name: Optional[str] = None,
                           retention_in_days: Optional[int] = None,
                           role_arn: Optional[str] = None,
                           tag_key_boundaries: Optional[Sequence[str]] = None,
                           tags: Optional[Sequence[_root_inputs.TagArgs]] = None)
    func NewInvestigationGroup(ctx *Context, name string, args *InvestigationGroupArgs, opts ...ResourceOption) (*InvestigationGroup, error)
    public InvestigationGroup(string name, InvestigationGroupArgs? args = null, CustomResourceOptions? opts = null)
    public InvestigationGroup(String name, InvestigationGroupArgs args)
    public InvestigationGroup(String name, InvestigationGroupArgs args, CustomResourceOptions options)
    
    type: aws-native:aiops:InvestigationGroup
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    

    Parameters

    name string
    The unique name of the resource.
    args InvestigationGroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args InvestigationGroupArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args InvestigationGroupArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args InvestigationGroupArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args InvestigationGroupArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    InvestigationGroup Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

    The InvestigationGroup resource accepts the following input properties:

    ChatbotNotificationChannels List<Pulumi.AwsNative.AiOps.Inputs.InvestigationGroupChatbotNotificationChannel>
    An array of key-value pairs of notification channels to apply to this resource.
    CrossAccountConfigurations List<Pulumi.AwsNative.AiOps.Inputs.InvestigationGroupCrossAccountConfiguration>
    An array of cross account configurations.
    EncryptionConfig Pulumi.AwsNative.AiOps.Inputs.InvestigationGroupEncryptionConfigMap
    Specifies the customer managed AWS KMS key that the investigation group uses to encrypt data, if there is one. If not, the investigation group uses an AWS key to encrypt the data.
    InvestigationGroupPolicy string
    Investigation Group policy
    IsCloudTrailEventHistoryEnabled bool
    Flag to enable cloud trail history
    Name string
    Specify either the name or the ARN of the investigation group that you want to view. This is used to set the name of the investigation group.
    RetentionInDays int
    The number of days to retain the investigation group
    RoleArn string
    The ARN of the IAM role that the investigation group uses for permissions to gather data.
    TagKeyBoundaries List<string>
    Displays the custom tag keys for custom applications in your system that you have specified in the investigation group. Resource tags help CloudWatch investigations narrow the search space when it is unable to discover definite relationships between resources.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    An array of key-value pairs to apply to this resource.
    ChatbotNotificationChannels []InvestigationGroupChatbotNotificationChannelArgs
    An array of key-value pairs of notification channels to apply to this resource.
    CrossAccountConfigurations []InvestigationGroupCrossAccountConfigurationArgs
    An array of cross account configurations.
    EncryptionConfig InvestigationGroupEncryptionConfigMapArgs
    Specifies the customer managed AWS KMS key that the investigation group uses to encrypt data, if there is one. If not, the investigation group uses an AWS key to encrypt the data.
    InvestigationGroupPolicy string
    Investigation Group policy
    IsCloudTrailEventHistoryEnabled bool
    Flag to enable cloud trail history
    Name string
    Specify either the name or the ARN of the investigation group that you want to view. This is used to set the name of the investigation group.
    RetentionInDays int
    The number of days to retain the investigation group
    RoleArn string
    The ARN of the IAM role that the investigation group uses for permissions to gather data.
    TagKeyBoundaries []string
    Displays the custom tag keys for custom applications in your system that you have specified in the investigation group. Resource tags help CloudWatch investigations narrow the search space when it is unable to discover definite relationships between resources.
    Tags TagArgs
    An array of key-value pairs to apply to this resource.
    chatbotNotificationChannels List<InvestigationGroupChatbotNotificationChannel>
    An array of key-value pairs of notification channels to apply to this resource.
    crossAccountConfigurations List<InvestigationGroupCrossAccountConfiguration>
    An array of cross account configurations.
    encryptionConfig InvestigationGroupEncryptionConfigMap
    Specifies the customer managed AWS KMS key that the investigation group uses to encrypt data, if there is one. If not, the investigation group uses an AWS key to encrypt the data.
    investigationGroupPolicy String
    Investigation Group policy
    isCloudTrailEventHistoryEnabled Boolean
    Flag to enable cloud trail history
    name String
    Specify either the name or the ARN of the investigation group that you want to view. This is used to set the name of the investigation group.
    retentionInDays Integer
    The number of days to retain the investigation group
    roleArn String
    The ARN of the IAM role that the investigation group uses for permissions to gather data.
    tagKeyBoundaries List<String>
    Displays the custom tag keys for custom applications in your system that you have specified in the investigation group. Resource tags help CloudWatch investigations narrow the search space when it is unable to discover definite relationships between resources.
    tags List<Tag>
    An array of key-value pairs to apply to this resource.
    chatbotNotificationChannels InvestigationGroupChatbotNotificationChannel[]
    An array of key-value pairs of notification channels to apply to this resource.
    crossAccountConfigurations InvestigationGroupCrossAccountConfiguration[]
    An array of cross account configurations.
    encryptionConfig InvestigationGroupEncryptionConfigMap
    Specifies the customer managed AWS KMS key that the investigation group uses to encrypt data, if there is one. If not, the investigation group uses an AWS key to encrypt the data.
    investigationGroupPolicy string
    Investigation Group policy
    isCloudTrailEventHistoryEnabled boolean
    Flag to enable cloud trail history
    name string
    Specify either the name or the ARN of the investigation group that you want to view. This is used to set the name of the investigation group.
    retentionInDays number
    The number of days to retain the investigation group
    roleArn string
    The ARN of the IAM role that the investigation group uses for permissions to gather data.
    tagKeyBoundaries string[]
    Displays the custom tag keys for custom applications in your system that you have specified in the investigation group. Resource tags help CloudWatch investigations narrow the search space when it is unable to discover definite relationships between resources.
    tags Tag[]
    An array of key-value pairs to apply to this resource.
    chatbot_notification_channels Sequence[InvestigationGroupChatbotNotificationChannelArgs]
    An array of key-value pairs of notification channels to apply to this resource.
    cross_account_configurations Sequence[InvestigationGroupCrossAccountConfigurationArgs]
    An array of cross account configurations.
    encryption_config InvestigationGroupEncryptionConfigMapArgs
    Specifies the customer managed AWS KMS key that the investigation group uses to encrypt data, if there is one. If not, the investigation group uses an AWS key to encrypt the data.
    investigation_group_policy str
    Investigation Group policy
    is_cloud_trail_event_history_enabled bool
    Flag to enable cloud trail history
    name str
    Specify either the name or the ARN of the investigation group that you want to view. This is used to set the name of the investigation group.
    retention_in_days int
    The number of days to retain the investigation group
    role_arn str
    The ARN of the IAM role that the investigation group uses for permissions to gather data.
    tag_key_boundaries Sequence[str]
    Displays the custom tag keys for custom applications in your system that you have specified in the investigation group. Resource tags help CloudWatch investigations narrow the search space when it is unable to discover definite relationships between resources.
    tags Sequence[TagArgs]
    An array of key-value pairs to apply to this resource.
    chatbotNotificationChannels List<Property Map>
    An array of key-value pairs of notification channels to apply to this resource.
    crossAccountConfigurations List<Property Map>
    An array of cross account configurations.
    encryptionConfig Property Map
    Specifies the customer managed AWS KMS key that the investigation group uses to encrypt data, if there is one. If not, the investigation group uses an AWS key to encrypt the data.
    investigationGroupPolicy String
    Investigation Group policy
    isCloudTrailEventHistoryEnabled Boolean
    Flag to enable cloud trail history
    name String
    Specify either the name or the ARN of the investigation group that you want to view. This is used to set the name of the investigation group.
    retentionInDays Number
    The number of days to retain the investigation group
    roleArn String
    The ARN of the IAM role that the investigation group uses for permissions to gather data.
    tagKeyBoundaries List<String>
    Displays the custom tag keys for custom applications in your system that you have specified in the investigation group. Resource tags help CloudWatch investigations narrow the search space when it is unable to discover definite relationships between resources.
    tags List<Property Map>
    An array of key-value pairs to apply to this resource.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the InvestigationGroup resource produces the following output properties:

    Arn string
    The Amazon Resource Name (ARN) of the investigation group.
    CreatedAt string
    The date and time that the investigation group was created.
    CreatedBy string
    The name of the user who created the investigation group.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedAt string
    The date and time that the investigation group was most recently modified.
    LastModifiedBy string
    The name of the user who created the investigation group.
    Arn string
    The Amazon Resource Name (ARN) of the investigation group.
    CreatedAt string
    The date and time that the investigation group was created.
    CreatedBy string
    The name of the user who created the investigation group.
    Id string
    The provider-assigned unique ID for this managed resource.
    LastModifiedAt string
    The date and time that the investigation group was most recently modified.
    LastModifiedBy string
    The name of the user who created the investigation group.
    arn String
    The Amazon Resource Name (ARN) of the investigation group.
    createdAt String
    The date and time that the investigation group was created.
    createdBy String
    The name of the user who created the investigation group.
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedAt String
    The date and time that the investigation group was most recently modified.
    lastModifiedBy String
    The name of the user who created the investigation group.
    arn string
    The Amazon Resource Name (ARN) of the investigation group.
    createdAt string
    The date and time that the investigation group was created.
    createdBy string
    The name of the user who created the investigation group.
    id string
    The provider-assigned unique ID for this managed resource.
    lastModifiedAt string
    The date and time that the investigation group was most recently modified.
    lastModifiedBy string
    The name of the user who created the investigation group.
    arn str
    The Amazon Resource Name (ARN) of the investigation group.
    created_at str
    The date and time that the investigation group was created.
    created_by str
    The name of the user who created the investigation group.
    id str
    The provider-assigned unique ID for this managed resource.
    last_modified_at str
    The date and time that the investigation group was most recently modified.
    last_modified_by str
    The name of the user who created the investigation group.
    arn String
    The Amazon Resource Name (ARN) of the investigation group.
    createdAt String
    The date and time that the investigation group was created.
    createdBy String
    The name of the user who created the investigation group.
    id String
    The provider-assigned unique ID for this managed resource.
    lastModifiedAt String
    The date and time that the investigation group was most recently modified.
    lastModifiedBy String
    The name of the user who created the investigation group.

    Supporting Types

    InvestigationGroupChatbotNotificationChannel, InvestigationGroupChatbotNotificationChannelArgs

    ChatConfigurationArns List<string>
    Returns the Amazon Resource Name (ARN) of any third-party chat integrations configured for the account.
    SnsTopicArn string
    Returns the ARN of an Amazon SNS topic used for third-party chat integrations.
    ChatConfigurationArns []string
    Returns the Amazon Resource Name (ARN) of any third-party chat integrations configured for the account.
    SnsTopicArn string
    Returns the ARN of an Amazon SNS topic used for third-party chat integrations.
    chatConfigurationArns List<String>
    Returns the Amazon Resource Name (ARN) of any third-party chat integrations configured for the account.
    snsTopicArn String
    Returns the ARN of an Amazon SNS topic used for third-party chat integrations.
    chatConfigurationArns string[]
    Returns the Amazon Resource Name (ARN) of any third-party chat integrations configured for the account.
    snsTopicArn string
    Returns the ARN of an Amazon SNS topic used for third-party chat integrations.
    chat_configuration_arns Sequence[str]
    Returns the Amazon Resource Name (ARN) of any third-party chat integrations configured for the account.
    sns_topic_arn str
    Returns the ARN of an Amazon SNS topic used for third-party chat integrations.
    chatConfigurationArns List<String>
    Returns the Amazon Resource Name (ARN) of any third-party chat integrations configured for the account.
    snsTopicArn String
    Returns the ARN of an Amazon SNS topic used for third-party chat integrations.

    InvestigationGroupCrossAccountConfiguration, InvestigationGroupCrossAccountConfigurationArgs

    SourceRoleArn string
    The ARN of an existing role which will be used to do investigations on your behalf.
    SourceRoleArn string
    The ARN of an existing role which will be used to do investigations on your behalf.
    sourceRoleArn String
    The ARN of an existing role which will be used to do investigations on your behalf.
    sourceRoleArn string
    The ARN of an existing role which will be used to do investigations on your behalf.
    source_role_arn str
    The ARN of an existing role which will be used to do investigations on your behalf.
    sourceRoleArn String
    The ARN of an existing role which will be used to do investigations on your behalf.

    InvestigationGroupEncryptionConfigMap, InvestigationGroupEncryptionConfigMapArgs

    EncryptionConfigurationType string
    Displays whether investigation data is encrypted by a customer managed key or an AWS owned key.
    KmsKeyId string
    If the investigation group uses a customer managed key for encryption, this field displays the ID of that key.
    EncryptionConfigurationType string
    Displays whether investigation data is encrypted by a customer managed key or an AWS owned key.
    KmsKeyId string
    If the investigation group uses a customer managed key for encryption, this field displays the ID of that key.
    encryptionConfigurationType String
    Displays whether investigation data is encrypted by a customer managed key or an AWS owned key.
    kmsKeyId String
    If the investigation group uses a customer managed key for encryption, this field displays the ID of that key.
    encryptionConfigurationType string
    Displays whether investigation data is encrypted by a customer managed key or an AWS owned key.
    kmsKeyId string
    If the investigation group uses a customer managed key for encryption, this field displays the ID of that key.
    encryption_configuration_type str
    Displays whether investigation data is encrypted by a customer managed key or an AWS owned key.
    kms_key_id str
    If the investigation group uses a customer managed key for encryption, this field displays the ID of that key.
    encryptionConfigurationType String
    Displays whether investigation data is encrypted by a customer managed key or an AWS owned key.
    kmsKeyId String
    If the investigation group uses a customer managed key for encryption, this field displays the ID of that key.

    Tag, TagArgs

    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo

    We recommend new projects start with resources from the AWS provider.

    AWS Cloud Control v1.32.0 published on Wednesday, Aug 13, 2025 by Pulumi