Class CfnInvestigationGroupProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.aiops.CfnInvestigationGroupProps.Jsii$Proxy
- All Implemented Interfaces:
CfnInvestigationGroupProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInvestigationGroupProps
@Stability(Stable)
@Internal
public static final class CfnInvestigationGroupProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInvestigationGroupProps
An implementation for
CfnInvestigationGroupProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.aiops.CfnInvestigationGroupProps
CfnInvestigationGroupProps.Builder, CfnInvestigationGroupProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInvestigationGroupProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectAn array of key-value pairs of notification channels to apply to this resource.final ObjectAn array of cross account configurations.final Objectfinal StringInvestigation Group policy.final ObjectFlag to enable cloud trail history.final StringgetName()User friendly name for resources.final NumberThe number of days to retain the investigation group.final StringThe Investigation Role's ARN.getTags()An array of key-value pairs to apply to this resource.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnInvestigationGroupProps.Builder.
-
-
Method Details
-
getName
Description copied from interface:CfnInvestigationGroupPropsUser friendly name for resources.- Specified by:
getNamein interfaceCfnInvestigationGroupProps- See Also:
-
getChatbotNotificationChannels
Description copied from interface:CfnInvestigationGroupPropsAn array of key-value pairs of notification channels to apply to this resource.- Specified by:
getChatbotNotificationChannelsin interfaceCfnInvestigationGroupProps- See Also:
-
getCrossAccountConfigurations
Description copied from interface:CfnInvestigationGroupPropsAn array of cross account configurations.- Specified by:
getCrossAccountConfigurationsin interfaceCfnInvestigationGroupProps- See Also:
-
getEncryptionConfig
- Specified by:
getEncryptionConfigin interfaceCfnInvestigationGroupProps- See Also:
-
getInvestigationGroupPolicy
Description copied from interface:CfnInvestigationGroupPropsInvestigation Group policy.- Specified by:
getInvestigationGroupPolicyin interfaceCfnInvestigationGroupProps- See Also:
-
getIsCloudTrailEventHistoryEnabled
Description copied from interface:CfnInvestigationGroupPropsFlag to enable cloud trail history.- Specified by:
getIsCloudTrailEventHistoryEnabledin interfaceCfnInvestigationGroupProps- See Also:
-
getRetentionInDays
Description copied from interface:CfnInvestigationGroupPropsThe number of days to retain the investigation group.- Specified by:
getRetentionInDaysin interfaceCfnInvestigationGroupProps- See Also:
-
getRoleArn
Description copied from interface:CfnInvestigationGroupPropsThe Investigation Role's ARN.- Specified by:
getRoleArnin interfaceCfnInvestigationGroupProps- See Also:
-
getTagKeyBoundaries
- Specified by:
getTagKeyBoundariesin interfaceCfnInvestigationGroupProps- See Also:
-
getTags
Description copied from interface:CfnInvestigationGroupPropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnInvestigationGroupProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-