Skip to main content

@webda/awsReadme | API


Class: CloudWatchLoggerParameters

Send webda log to CloudWatch

Extends

  • AWSServiceParametersMixin<typeof ServiceParameters, this> & ServiceParameters<this>

Constructors

new CloudWatchLoggerParameters(params)

new CloudWatchLoggerParameters(params): CloudWatchLoggerParameters

Copy all parameters into the object by default

Parameters

params: any

from webda.config.json

Returns

CloudWatchLoggerParameters

Inherited from

AWSServiceParameters(ServiceParameters).constructor

Source

packages/core/lib/services/service.d.ts:110

Properties

CloudFormation

CloudFormation: any

Source

packages/aws/src/services/cloudwatchlogger.ts:21


CloudFormationSkip

CloudFormationSkip: boolean

Source

packages/aws/src/services/cloudwatchlogger.ts:22


credentials?

credentials?: Object

Type declaration

accessKeyId

accessKeyId: string

secretAccessKey

secretAccessKey: string

sessionToken?

sessionToken?: string

Inherited from

AWSServiceParameters(ServiceParameters).credentials

Source

packages/aws/src/services/aws-mixin.ts:24


endpoint?

endpoint?: string

Inherited from

AWSServiceParameters(ServiceParameters).endpoint

Source

packages/aws/src/services/aws-mixin.ts:23


kmsKeyId

kmsKeyId: string

Source

packages/aws/src/services/cloudwatchlogger.ts:17


logGroupName

logGroupName: string

logGroupName to send logStream to

Source

packages/aws/src/services/cloudwatchlogger.ts:15


logLevel

logLevel: WorkerLogLevel

Source

packages/aws/src/services/cloudwatchlogger.ts:19


logStreamNamePrefix?

logStreamNamePrefix?: string

Source

packages/aws/src/services/cloudwatchlogger.ts:16


openapi?

openapi?: OpenAPIWebdaDefinition

OpenAPI override

Schema Ignore

Inherited from

AWSServiceParameters(ServiceParameters).openapi

Source

packages/core/lib/services/service.d.ts:104


region?

region?: string

Inherited from

AWSServiceParameters(ServiceParameters).region

Source

packages/aws/src/services/aws-mixin.ts:29


singlePush

singlePush: boolean

Source

packages/aws/src/services/cloudwatchlogger.ts:20


tags

tags: any

Source

packages/aws/src/services/cloudwatchlogger.ts:18


type

type: string

Type of the service

Inherited from

AWSServiceParameters(ServiceParameters).type

Source

packages/core/lib/services/service.d.ts:95


url?

url?: string

URL on which to serve the content

Inherited from

AWSServiceParameters(ServiceParameters).url

Source

packages/core/lib/services/service.d.ts:99