describeLogStreams Schema #

undefined#/properties/postProcess/items/allOf/23/properties/params/properties/pipeline/properties/dataSource/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

logStreamNamePrefix #

logStreamNamePrefix TODO

logStreamNamePrefix

descending #

descending TODO

descending

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