class GelfLogDriver
Language | Type name |
---|---|
![]() | aws_cdk.aws_ecs.GelfLogDriver |
![]() | software.amazon.awscdk.services.ecs.GelfLogDriver |
![]() | Amazon.CDK.AWS.ECS.GelfLogDriver |
![]() | @aws-cdk/aws-ecs.GelfLogDriver |
Extends
Log
A log driver that sends log information to journald Logs.
Initializer
new GelfLogDriver(props: GelfLogDriverProps)
Parameters
- props
Gelf
— the gelf log driver configuration options.Log Driver Props
Constructs a new instance of the GelfLogDriver class.
Methods
Name | Description |
---|---|
bind(_scope, _containerDefinition) | Called when the log driver is configured on a container. |
bind(_scope, _containerDefinition)
public bind(_scope: Construct, _containerDefinition: ContainerDefinition): LogDriverConfig
Parameters
- _scope
Construct
- _containerDefinition
Container
Definition
Returns
Called when the log driver is configured on a container.