class SplunkLogDriver
Language | Type name |
---|---|
![]() | aws_cdk.aws_ecs.SplunkLogDriver |
![]() | software.amazon.awscdk.services.ecs.SplunkLogDriver |
![]() | Amazon.CDK.AWS.ECS.SplunkLogDriver |
![]() | @aws-cdk/aws-ecs.SplunkLogDriver |
Extends
Log
A log driver that sends log information to splunk Logs.
Initializer
new SplunkLogDriver(props: SplunkLogDriverProps)
Parameters
- props
Splunk
— the splunk log driver configuration options.Log Driver Props
Constructs a new instance of the SplunkLogDriver 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.