Skip to content

Describe log Pattern

applicationinsights_describe_log_pattern R Documentation

Describe a specific log pattern from a LogPatternSet

Description

Describe a specific log pattern from a LogPatternSet.

Usage

applicationinsights_describe_log_pattern(ResourceGroupName,
  PatternSetName, PatternName, AccountId)

Arguments

ResourceGroupName

[required] The name of the resource group.

PatternSetName

[required] The name of the log pattern set.

PatternName

[required] The name of the log pattern.

AccountId

The AWS account ID for the resource group owner.

Value

A list with the following syntax:

list(
  ResourceGroupName = "string",
  AccountId = "string",
  LogPattern = list(
    PatternSetName = "string",
    PatternName = "string",
    Pattern = "string",
    Rank = 123
  )
)

Request syntax

svc$describe_log_pattern(
  ResourceGroupName = "string",
  PatternSetName = "string",
  PatternName = "string",
  AccountId = "string"
)