Uses of Class
software.amazon.awscdk.services.ecs.LogDriver
Package
Description
AWS Batch Construct Library
Amazon ECS Construct Library
CDK Construct library for higher-level ECS Constructs
-
Uses of LogDriver in software.amazon.awscdk.services.batch
Modifier and TypeMethodDescriptiondefault LogDriver
EcsContainerDefinitionProps.getLogging()
The loging configuration for this Job.final LogDriver
EcsContainerDefinitionProps.Jsii$Proxy.getLogging()
final LogDriver
EcsEc2ContainerDefinitionProps.Jsii$Proxy.getLogging()
final LogDriver
EcsFargateContainerDefinitionProps.Jsii$Proxy.getLogging()
Modifier and TypeMethodDescriptionSets the value ofEcsContainerDefinitionProps.getLogging()
The loging configuration for this Job.Sets the value ofEcsContainerDefinitionProps.getLogging()
The loging configuration for this Job.Sets the value ofEcsContainerDefinitionProps.getLogging()
-
Uses of LogDriver in software.amazon.awscdk.services.ecs
Modifier and TypeClassDescriptionclass
A log driver that sends log information to CloudWatch Logs.class
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
A log driver that sends log information to journald Logs.class
A log driver that sends log information to journald Logs.class
A log driver that sends logs to the specified driver.class
A log driver that sends log information to journald Logs.class
A log driver that sends log information to json-file Logs.class
A log driver that sends log information to splunk Logs.class
A log driver that sends log information to syslog Logs.Modifier and TypeMethodDescriptionstatic 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.default LogDriver
ServiceConnectProps.getLogDriver()
The log driver configuration to use for the Service Connect agent logs.final LogDriver
ServiceConnectProps.Jsii$Proxy.getLogDriver()
default LogDriver
ContainerDefinitionOptions.getLogging()
The log configuration specification for the container.final LogDriver
ContainerDefinitionOptions.Jsii$Proxy.getLogging()
final LogDriver
ContainerDefinitionProps.Jsii$Proxy.getLogging()
final LogDriver
FirelensLogRouterDefinitionOptions.Jsii$Proxy.getLogging()
final LogDriver
FirelensLogRouterProps.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 TypeMethodDescriptionSets the value ofServiceConnectProps.getLogDriver()
The log configuration specification for the container.Sets the value ofContainerDefinitionOptions.getLogging()
Sets the value ofContainerDefinitionOptions.getLogging()
The log configuration specification for the container.Sets the value ofContainerDefinitionOptions.getLogging()
Sets the value ofContainerDefinitionOptions.getLogging()
-
Uses of LogDriver in software.amazon.awscdk.services.ecs.patterns
Modifier and TypeMethodDescriptiondefault LogDriver
ApplicationLoadBalancedTaskImageOptions.getLogDriver()
The log driver to use.final LogDriver
ApplicationLoadBalancedTaskImageOptions.Jsii$Proxy.getLogDriver()
default LogDriver
ApplicationLoadBalancedTaskImageProps.getLogDriver()
The log driver to use.final LogDriver
ApplicationLoadBalancedTaskImageProps.Jsii$Proxy.getLogDriver()
protected LogDriver
ApplicationMultipleTargetGroupsServiceBase.getLogDriver()
default LogDriver
NetworkLoadBalancedTaskImageOptions.getLogDriver()
The log driver to use.final LogDriver
NetworkLoadBalancedTaskImageOptions.Jsii$Proxy.getLogDriver()
default LogDriver
NetworkLoadBalancedTaskImageProps.getLogDriver()
The log driver to use.final LogDriver
NetworkLoadBalancedTaskImageProps.Jsii$Proxy.getLogDriver()
protected LogDriver
NetworkMultipleTargetGroupsServiceBase.getLogDriver()
final LogDriver
QueueProcessingEc2ServiceProps.Jsii$Proxy.getLogDriver()
final LogDriver
QueueProcessingFargateServiceProps.Jsii$Proxy.getLogDriver()
QueueProcessingServiceBase.getLogDriver()
The AwsLogDriver to use for logging if logging is enabled.default LogDriver
QueueProcessingServiceBaseProps.getLogDriver()
The log driver to use.final LogDriver
QueueProcessingServiceBaseProps.Jsii$Proxy.getLogDriver()
final LogDriver
ScheduledEc2TaskImageOptions.Jsii$Proxy.getLogDriver()
final LogDriver
ScheduledFargateTaskImageOptions.Jsii$Proxy.getLogDriver()
default LogDriver
ScheduledTaskImageProps.getLogDriver()
The log driver to use.final LogDriver
ScheduledTaskImageProps.Jsii$Proxy.getLogDriver()
Modifier and TypeMethodDescriptionSets the value ofApplicationLoadBalancedTaskImageOptions.getLogDriver()
Sets the value ofApplicationLoadBalancedTaskImageProps.getLogDriver()
Sets the value ofNetworkLoadBalancedTaskImageOptions.getLogDriver()
Sets the value ofNetworkLoadBalancedTaskImageProps.getLogDriver()
The log driver to use.Sets the value ofQueueProcessingServiceBaseProps.getLogDriver()
The log driver to use.Sets the value ofQueueProcessingServiceBaseProps.getLogDriver()
Sets the value ofQueueProcessingServiceBaseProps.getLogDriver()
Sets the value ofScheduledTaskImageProps.getLogDriver()
Sets the value ofScheduledTaskImageProps.getLogDriver()
Sets the value ofScheduledTaskImageProps.getLogDriver()
protected void
ApplicationMultipleTargetGroupsServiceBase.setLogDriver
(LogDriver value) protected void
NetworkMultipleTargetGroupsServiceBase.setLogDriver
(LogDriver value)