describeLogStreams Schema #
undefined#/properties/postProcess/items/allOf/21/properties/params/properties/dataSource/oneOf/0/items/allOf/4/properties/describeLogStreams
describeLogStreams TODO
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|---|---|---|---|---|---|---|---|
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | specSchema.schema.json* |
describeLogStreams Type #
object (describeLogStreams)
describeLogStreams Properties #
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| logGroupName | string |
Required | cannot be null | specSchema (Unified Pipeline Specification) |
| logStreamNamePrefix | string |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| descending | boolean |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| orderBy | Not specified | Optional | cannot be null | specSchema (Unified Pipeline Specification) |
| limit | number |
Optional | cannot be null | specSchema (Unified Pipeline Specification) |
logGroupName #
logGroupName TODO
logGroupName
- is required
- type:
string - cannot be null
- Unstructured type
logStreamNamePrefix #
logStreamNamePrefix TODO
logStreamNamePrefix
- is optional
- type:
string - cannot be null
- Unstructured type
descending #
descending TODO
descending
- is optional
- type:
boolean - cannot be null
- Unstructured type
orderBy #
Enumeration of strings with constraints below
orderBy
orderBy Constraints #
enum: the value of this property must be equal to one of the following values:
| Value | Explanation |
|---|---|
"LogStreamName" |
|
"LastEventTime" |
limit #
limit TODO
limit
- is optional
- type:
number - cannot be null
- Unstructured type