1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. devopsguru
  5. getLogAnomalyDetectionIntegration

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

aws-native.devopsguru.getLogAnomalyDetectionIntegration

Explore with Pulumi AI

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi

This resource schema represents the LogAnomalyDetectionIntegration resource in the Amazon DevOps Guru.

Using getLogAnomalyDetectionIntegration

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getLogAnomalyDetectionIntegration(args: GetLogAnomalyDetectionIntegrationArgs, opts?: InvokeOptions): Promise<GetLogAnomalyDetectionIntegrationResult>
function getLogAnomalyDetectionIntegrationOutput(args: GetLogAnomalyDetectionIntegrationOutputArgs, opts?: InvokeOptions): Output<GetLogAnomalyDetectionIntegrationResult>
Copy
def get_log_anomaly_detection_integration(account_id: Optional[str] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetLogAnomalyDetectionIntegrationResult
def get_log_anomaly_detection_integration_output(account_id: Optional[pulumi.Input[str]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetLogAnomalyDetectionIntegrationResult]
Copy
func LookupLogAnomalyDetectionIntegration(ctx *Context, args *LookupLogAnomalyDetectionIntegrationArgs, opts ...InvokeOption) (*LookupLogAnomalyDetectionIntegrationResult, error)
func LookupLogAnomalyDetectionIntegrationOutput(ctx *Context, args *LookupLogAnomalyDetectionIntegrationOutputArgs, opts ...InvokeOption) LookupLogAnomalyDetectionIntegrationResultOutput
Copy

> Note: This function is named LookupLogAnomalyDetectionIntegration in the Go SDK.

public static class GetLogAnomalyDetectionIntegration 
{
    public static Task<GetLogAnomalyDetectionIntegrationResult> InvokeAsync(GetLogAnomalyDetectionIntegrationArgs args, InvokeOptions? opts = null)
    public static Output<GetLogAnomalyDetectionIntegrationResult> Invoke(GetLogAnomalyDetectionIntegrationInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetLogAnomalyDetectionIntegrationResult> getLogAnomalyDetectionIntegration(GetLogAnomalyDetectionIntegrationArgs args, InvokeOptions options)
public static Output<GetLogAnomalyDetectionIntegrationResult> getLogAnomalyDetectionIntegration(GetLogAnomalyDetectionIntegrationArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: aws-native:devopsguru:getLogAnomalyDetectionIntegration
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountId This property is required. string
The account ID associated with the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.
AccountId This property is required. string
The account ID associated with the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.
accountId This property is required. String
The account ID associated with the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.
accountId This property is required. string
The account ID associated with the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.
account_id This property is required. str
The account ID associated with the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.
accountId This property is required. String
The account ID associated with the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.

getLogAnomalyDetectionIntegration Result

The following output properties are available:

AccountId string
The account ID associated with the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.
AccountId string
The account ID associated with the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.
accountId String
The account ID associated with the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.
accountId string
The account ID associated with the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.
account_id str
The account ID associated with the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.
accountId String
The account ID associated with the integration of DevOps Guru with CloudWatch log groups for log anomaly detection.

Package Details

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

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

AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi