| Modifier and Type | Class and Description |
|---|---|
class |
AwsLogDriver
A log driver that sends log information to CloudWatch Logs.
|
class |
FireLensLogDriver
FireLens enables you to use task definition parameters to route logs to an AWS service or AWS Partner Network (APN) destination for log storage and analytics.
|
class |
FluentdLogDriver
A log driver that sends log information to journald Logs.
|
class |
GelfLogDriver
A log driver that sends log information to journald Logs.
|
class |
GenericLogDriver
A log driver that sends logs to the specified driver.
|
class |
JournaldLogDriver
A log driver that sends log information to journald Logs.
|
class |
JsonFileLogDriver
A log driver that sends log information to json-file Logs.
|
class |
SplunkLogDriver
A log driver that sends log information to splunk Logs.
|
class |
SyslogLogDriver
A log driver that sends log information to syslog Logs.
|
| Modifier and Type | Method and Description |
|---|---|
static LogDriver |
LogDriver.awsLogs(AwsLogDriverProps props)
Creates a log driver configuration that sends log information to CloudWatch Logs.
|
static LogDriver |
LogDrivers.awsLogs(AwsLogDriverProps props)
Creates a log driver configuration that sends log information to CloudWatch Logs.
|
static LogDriver |
LogDrivers.firelens(FireLensLogDriverProps props)
Creates a log driver configuration that sends log information to firelens log router.
|
static LogDriver |
LogDrivers.fluentd()
Creates a log driver configuration that sends log information to fluentd Logs.
|
static LogDriver |
LogDrivers.fluentd(FluentdLogDriverProps props)
Creates a log driver configuration that sends log information to fluentd Logs.
|
static LogDriver |
LogDrivers.gelf(GelfLogDriverProps props)
Creates a log driver configuration that sends log information to gelf Logs.
|
LogDriver |
FirelensLogRouterProps.Jsii$Proxy.getLogging() |
LogDriver |
ContainerDefinitionProps.Jsii$Proxy.getLogging() |
default LogDriver |
ContainerDefinitionOptions.getLogging()
The log configuration specification for the container.
|
LogDriver |
ContainerDefinitionOptions.Jsii$Proxy.getLogging() |
LogDriver |
FirelensLogRouterDefinitionOptions.Jsii$Proxy.getLogging() |
static LogDriver |
LogDrivers.journald()
Creates a log driver configuration that sends log information to journald Logs.
|
static LogDriver |
LogDrivers.journald(JournaldLogDriverProps props)
Creates a log driver configuration that sends log information to journald Logs.
|
static LogDriver |
LogDrivers.jsonFile()
Creates a log driver configuration that sends log information to json-file Logs.
|
static LogDriver |
LogDrivers.jsonFile(JsonFileLogDriverProps props)
Creates a log driver configuration that sends log information to json-file Logs.
|
static LogDriver |
LogDrivers.splunk(SplunkLogDriverProps props)
Creates a log driver configuration that sends log information to splunk Logs.
|
static LogDriver |
LogDrivers.syslog()
Creates a log driver configuration that sends log information to syslog Logs.
|
static LogDriver |
LogDrivers.syslog(SyslogLogDriverProps props)
Creates a log driver configuration that sends log information to syslog Logs.
|
| Modifier and Type | Method and Description |
|---|---|
FirelensLogRouterProps.Builder |
FirelensLogRouterProps.Builder.logging(LogDriver logging)
Sets the value of
ContainerDefinitionOptions.getLogging() |
ContainerDefinitionProps.Builder |
ContainerDefinitionProps.Builder.logging(LogDriver logging)
Sets the value of
ContainerDefinitionOptions.getLogging() |
ContainerDefinitionOptions.Builder |
ContainerDefinitionOptions.Builder.logging(LogDriver logging)
Sets the value of
ContainerDefinitionOptions.getLogging() |
ContainerDefinition.Builder |
ContainerDefinition.Builder.logging(LogDriver logging)
The log configuration specification for the container.
|
FirelensLogRouterDefinitionOptions.Builder |
FirelensLogRouterDefinitionOptions.Builder.logging(LogDriver logging)
Sets the value of
ContainerDefinitionOptions.getLogging() |
FirelensLogRouter.Builder |
FirelensLogRouter.Builder.logging(LogDriver logging)
The log configuration specification for the container.
|
Copyright © 2021. All rights reserved.