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

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi

aws-native.devopsguru.getLogAnomalyDetectionIntegration

Explore with Pulumi AI

aws-native logo

AWS Native is in preview. AWS Classic is fully supported.

AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 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>
    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]
    func LookupLogAnomalyDetectionIntegration(ctx *Context, args *LookupLogAnomalyDetectionIntegrationArgs, opts ...InvokeOption) (*LookupLogAnomalyDetectionIntegrationResult, error)
    func LookupLogAnomalyDetectionIntegrationOutput(ctx *Context, args *LookupLogAnomalyDetectionIntegrationOutputArgs, opts ...InvokeOption) LookupLogAnomalyDetectionIntegrationResultOutput

    > 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)
    }
    public static CompletableFuture<GetLogAnomalyDetectionIntegrationResult> getLogAnomalyDetectionIntegration(GetLogAnomalyDetectionIntegrationArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:devopsguru:getLogAnomalyDetectionIntegration
      arguments:
        # arguments dictionary

    The following arguments are supported:

    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.

    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
    aws-native logo

    AWS Native is in preview. AWS Classic is fully supported.

    AWS Native v0.109.0 published on Wednesday, Jun 26, 2024 by Pulumi