Class CfnInvestigationGroup
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.aiops.CfnInvestigationGroup
- All Implemented Interfaces:
IInspectable
,ITaggableV2
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.112.0 (build de1bc80)",
date="2025-07-04T12:43:00.937Z")
@Stability(Stable)
public class CfnInvestigationGroup
extends CfnResource
implements IInspectable, ITaggableV2
Definition of AWS::AIOps::InvestigationGroup Resource Type.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.aiops.*; CfnInvestigationGroup cfnInvestigationGroup = CfnInvestigationGroup.Builder.create(this, "MyCfnInvestigationGroup") .name("name") // the properties below are optional .chatbotNotificationChannels(List.of(ChatbotNotificationChannelProperty.builder() .chatConfigurationArns(List.of("chatConfigurationArns")) .snsTopicArn("snsTopicArn") .build())) .crossAccountConfigurations(List.of(CrossAccountConfigurationProperty.builder() .sourceRoleArn("sourceRoleArn") .build())) .encryptionConfig(EncryptionConfigMapProperty.builder() .encryptionConfigurationType("encryptionConfigurationType") .kmsKeyId("kmsKeyId") .build()) .investigationGroupPolicy("investigationGroupPolicy") .isCloudTrailEventHistoryEnabled(false) .retentionInDays(123) .roleArn("roleArn") .tagKeyBoundaries(List.of("tagKeyBoundaries")) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
A fluent builder forCfnInvestigationGroup
.static interface
Example:static interface
Example:static interface
Example:Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CfnInvestigationGroup
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnInvestigationGroup
(software.amazon.jsii.JsiiObjectRef objRef) CfnInvestigationGroup
(software.constructs.Construct scope, String id, CfnInvestigationGroupProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe Investigation Group's ARN.The timestamp value.User friendly name for resources.User friendly name for resources.User friendly name for resources.Tag Manager which manages the tags for this resource.An array of key-value pairs of notification channels to apply to this resource.An array of cross account configurations.Investigation Group policy.Flag to enable cloud trail history.getName()
User friendly name for resources.The number of days to retain the investigation group.The Investigation Role's ARN.getTags()
An array of key-value pairs to apply to this resource.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setChatbotNotificationChannels
(List<Object> value) An array of key-value pairs of notification channels to apply to this resource.void
An array of key-value pairs of notification channels to apply to this resource.void
setCrossAccountConfigurations
(List<Object> value) An array of cross account configurations.void
An array of cross account configurations.void
setEncryptionConfig
(IResolvable value) void
void
Investigation Group policy.void
Flag to enable cloud trail history.void
Flag to enable cloud trail history.void
User friendly name for resources.void
setRetentionInDays
(Number value) The number of days to retain the investigation group.void
setRoleArn
(String value) The Investigation Role's ARN.void
setTagKeyBoundaries
(List<String> value) void
An array of key-value pairs to apply to this resource.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnInvestigationGroup
protected CfnInvestigationGroup(software.amazon.jsii.JsiiObjectRef objRef) -
CfnInvestigationGroup
protected CfnInvestigationGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnInvestigationGroup
@Stability(Stable) public CfnInvestigationGroup(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnInvestigationGroupProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrArn
The Investigation Group's ARN. -
getAttrCreatedAt
The timestamp value. -
getAttrCreatedBy
User friendly name for resources. -
getAttrLastModifiedAt
User friendly name for resources. -
getAttrLastModifiedBy
User friendly name for resources. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getName
User friendly name for resources. -
setName
User friendly name for resources. -
getChatbotNotificationChannels
An array of key-value pairs of notification channels to apply to this resource. -
setChatbotNotificationChannels
An array of key-value pairs of notification channels to apply to this resource. -
setChatbotNotificationChannels
An array of key-value pairs of notification channels to apply to this resource. -
getCrossAccountConfigurations
An array of cross account configurations. -
setCrossAccountConfigurations
An array of cross account configurations. -
setCrossAccountConfigurations
An array of cross account configurations. -
getEncryptionConfig
-
setEncryptionConfig
-
setEncryptionConfig
@Stability(Stable) public void setEncryptionConfig(@Nullable CfnInvestigationGroup.EncryptionConfigMapProperty value) -
getInvestigationGroupPolicy
Investigation Group policy. -
setInvestigationGroupPolicy
Investigation Group policy. -
getIsCloudTrailEventHistoryEnabled
Flag to enable cloud trail history. -
setIsCloudTrailEventHistoryEnabled
Flag to enable cloud trail history. -
setIsCloudTrailEventHistoryEnabled
Flag to enable cloud trail history. -
getRetentionInDays
The number of days to retain the investigation group. -
setRetentionInDays
The number of days to retain the investigation group. -
getRoleArn
The Investigation Role's ARN. -
setRoleArn
The Investigation Role's ARN. -
getTagKeyBoundaries
-
setTagKeyBoundaries
-
getTags
An array of key-value pairs to apply to this resource. -
setTags
An array of key-value pairs to apply to this resource.
-