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¶
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
)
)