Class CfnLogAnomalyDetectionIntegration

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
All Implemented Interfaces:
IConstruct, IDependable, IInspectable, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:56.249Z") @Stability(Stable) public class CfnLogAnomalyDetectionIntegration extends CfnResource implements IInspectable
A CloudFormation AWS::DevOpsGuru::LogAnomalyDetectionIntegration.

Information about the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.

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.devopsguru.*;
 CfnLogAnomalyDetectionIntegration cfnLogAnomalyDetectionIntegration = new CfnLogAnomalyDetectionIntegration(this, "MyCfnLogAnomalyDetectionIntegration");
 
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnLogAnomalyDetectionIntegration

      protected CfnLogAnomalyDetectionIntegration(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnLogAnomalyDetectionIntegration

      protected CfnLogAnomalyDetectionIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnLogAnomalyDetectionIntegration

      @Stability(Stable) public CfnLogAnomalyDetectionIntegration(@NotNull Construct scope, @NotNull String id)
      Create a new AWS::DevOpsGuru::LogAnomalyDetectionIntegration.

      Parameters:
      scope -
      • scope in which this resource is defined.
      This parameter is required.
      id -
      • scoped id of the resource.
      This parameter is required.
  • Method Details

    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      Parameters:
      inspector -
      • tree inspector to collect and process attributes.
      This parameter is required.
    • getAttrAccountId

      @Stability(Stable) @NotNull public String getAttrAccountId()
      The account ID associated with the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.