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 classA fluent builder forCfnInvestigationGroup.static interfaceExample:static interfaceExample:static interfaceExample:Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnInvestigationGroup(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnInvestigationGroup(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.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties(Map<String, Object> props) voidsetChatbotNotificationChannels(List<Object> value) An array of key-value pairs of notification channels to apply to this resource.voidAn array of key-value pairs of notification channels to apply to this resource.voidsetCrossAccountConfigurations(List<Object> value) An array of cross account configurations.voidAn array of cross account configurations.voidsetEncryptionConfig(IResolvable value) voidvoidInvestigation Group policy.voidFlag to enable cloud trail history.voidFlag to enable cloud trail history.voidUser friendly name for resources.voidsetRetentionInDays(Number value) The number of days to retain the investigation group.voidsetRoleArn(String value) The Investigation Role's ARN.voidsetTagKeyBoundaries(List<String> value) voidAn 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, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods 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:
inspectin 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:
renderPropertiesin 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:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin 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.
-