docs/interfaces/management.Management.LogStreamHttpResponseSchema.html
interface LogStreamHttpResponseSchema {
id?: string;
name?: string;
status?: Management.LogStreamStatusEnum;
type?: "http";
isPriority?: boolean;
filters?: LogStreamFilter[];
pii_config?: LogStreamPiiConfig;
sink?: LogStreamHttpSink;
key: string: any;
}
Accepts any additional properties
id?name?status?type?isPriority?filters?pii_config?sink?
Optionalidid?: string
The id of the log stream
Optionalnamename?: string
log stream name
Optionalstatusstatus?: Management.LogStreamStatusEnum
Optionaltypetype?: "http"
OptionalisPriorityisPriority?: boolean
True for priority log streams, false for non-priority
Optionalfiltersfilters?: LogStreamFilter[]
Only logs events matching these filters will be delivered by the stream. If omitted or empty, all events will be delivered.
Optionalpii_configpii_config?: LogStreamPiiConfig
Optionalsinksink?: LogStreamHttpSink
Member Visibility
ThemeOSLightDark