interface IFilterPattern
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.Logs.IFilterPattern |
Java | software.amazon.awscdk.services.logs.IFilterPattern |
Python | aws_cdk.aws_logs.IFilterPattern |
TypeScript (source) | @aws-cdk/aws-logs » IFilterPattern |
Implemented by
Space
Obtainable from
Filter.allEvents(), Filter.allTerms(), Filter.anyTerm(), Filter.anyTermGroup(), Filter.literal()
Interface for objects that can render themselves to log patterns.
Properties
| Name | Type | Description |
|---|---|---|
| log | string |
logPatternString
Type:
string

.NET
Java
Python
TypeScript (