| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.ecs.patterns |
CDK Construct library for higher-level ECS Constructs
|
| 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 |
FirelensLogRouterDefinitionOptions.Jsii$Proxy.getLogging() |
default LogDriver |
ContainerDefinitionOptions.getLogging()
The log configuration specification for the container.
|
LogDriver |
ContainerDefinitionOptions.Jsii$Proxy.getLogging() |
LogDriver |
FirelensLogRouterProps.Jsii$Proxy.getLogging() |
LogDriver |
ContainerDefinitionProps.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 |
|---|---|
FirelensLogRouterDefinitionOptions.Builder |
FirelensLogRouterDefinitionOptions.Builder.logging(LogDriver logging)
Sets the value of
ContainerDefinitionOptions.getLogging() |
ContainerDefinitionOptions.Builder |
ContainerDefinitionOptions.Builder.logging(LogDriver logging)
Sets the value of
ContainerDefinitionOptions.getLogging() |
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() |
FirelensLogRouter.Builder |
FirelensLogRouter.Builder.logging(LogDriver logging)
The log configuration specification for the container.
|
ContainerDefinition.Builder |
ContainerDefinition.Builder.logging(LogDriver logging)
The log configuration specification for the container.
|
| Modifier and Type | Method and Description |
|---|---|
default LogDriver |
NetworkLoadBalancedTaskImageOptions.getLogDriver()
The log driver to use.
|
LogDriver |
NetworkLoadBalancedTaskImageOptions.Jsii$Proxy.getLogDriver() |
default LogDriver |
QueueProcessingServiceBaseProps.getLogDriver()
The log driver to use.
|
LogDriver |
QueueProcessingServiceBaseProps.Jsii$Proxy.getLogDriver() |
default LogDriver |
ApplicationLoadBalancedTaskImageOptions.getLogDriver()
The log driver to use.
|
LogDriver |
ApplicationLoadBalancedTaskImageOptions.Jsii$Proxy.getLogDriver() |
LogDriver |
QueueProcessingEc2ServiceProps.Jsii$Proxy.getLogDriver() |
LogDriver |
ScheduledFargateTaskImageOptions.Jsii$Proxy.getLogDriver() |
LogDriver |
ScheduledEc2TaskImageOptions.Jsii$Proxy.getLogDriver() |
default LogDriver |
NetworkLoadBalancedTaskImageProps.getLogDriver()
The log driver to use.
|
LogDriver |
NetworkLoadBalancedTaskImageProps.Jsii$Proxy.getLogDriver() |
protected LogDriver |
NetworkMultipleTargetGroupsServiceBase.getLogDriver() |
protected LogDriver |
ApplicationMultipleTargetGroupsServiceBase.getLogDriver() |
default LogDriver |
ScheduledTaskImageProps.getLogDriver()
The log driver to use.
|
LogDriver |
ScheduledTaskImageProps.Jsii$Proxy.getLogDriver() |
LogDriver |
QueueProcessingServiceBase.getLogDriver()
The AwsLogDriver to use for logging if logging is enabled.
|
LogDriver |
QueueProcessingFargateServiceProps.Jsii$Proxy.getLogDriver() |
default LogDriver |
ApplicationLoadBalancedTaskImageProps.getLogDriver()
The log driver to use.
|
LogDriver |
ApplicationLoadBalancedTaskImageProps.Jsii$Proxy.getLogDriver() |
Copyright © 2022. All rights reserved.