Uses of Class
software.amazon.awscdk.services.ecs.LogDriver
Packages that use LogDriver
Package
Description
Amazon ECS Construct Library
CDK Construct library for higher-level ECS Constructs
-
Uses of LogDriver in software.amazon.awscdk.services.ecs
Subclasses of LogDriver in software.amazon.awscdk.services.ecsModifier and TypeClassDescriptionclassA log driver that sends log information to CloudWatch Logs.classFireLens 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.classA log driver that sends log information to journald Logs.classA log driver that sends log information to journald Logs.classA log driver that sends logs to the specified driver.classA log driver that sends log information to journald Logs.classA log driver that sends log information to json-file Logs.classA log driver that sends log information to splunk Logs.classA log driver that sends log information to syslog Logs.Methods in software.amazon.awscdk.services.ecs that return LogDriverModifier and TypeMethodDescriptionstatic LogDriverLogDriver.awsLogs(AwsLogDriverProps props) Creates a log driver configuration that sends log information to CloudWatch Logs.static LogDriverLogDrivers.awsLogs(AwsLogDriverProps props) Creates a log driver configuration that sends log information to CloudWatch Logs.static LogDriverLogDrivers.firelens(FireLensLogDriverProps props) Creates a log driver configuration that sends log information to firelens log router.static LogDriverLogDrivers.fluentd()Creates a log driver configuration that sends log information to fluentd Logs.static LogDriverLogDrivers.fluentd(FluentdLogDriverProps props) Creates a log driver configuration that sends log information to fluentd Logs.static LogDriverLogDrivers.gelf(GelfLogDriverProps props) Creates a log driver configuration that sends log information to gelf Logs.default LogDriverContainerDefinitionOptions.getLogging()The log configuration specification for the container.final LogDriverContainerDefinitionOptions.Jsii$Proxy.getLogging()final LogDriverContainerDefinitionProps.Jsii$Proxy.getLogging()final LogDriverFirelensLogRouterDefinitionOptions.Jsii$Proxy.getLogging()final LogDriverFirelensLogRouterProps.Jsii$Proxy.getLogging()static LogDriverLogDrivers.journald()Creates a log driver configuration that sends log information to journald Logs.static LogDriverLogDrivers.journald(JournaldLogDriverProps props) Creates a log driver configuration that sends log information to journald Logs.static LogDriverLogDrivers.jsonFile()Creates a log driver configuration that sends log information to json-file Logs.static LogDriverLogDrivers.jsonFile(JsonFileLogDriverProps props) Creates a log driver configuration that sends log information to json-file Logs.static LogDriverLogDrivers.splunk(SplunkLogDriverProps props) Creates a log driver configuration that sends log information to splunk Logs.static LogDriverLogDrivers.syslog()Creates a log driver configuration that sends log information to syslog Logs.static LogDriverLogDrivers.syslog(SyslogLogDriverProps props) Creates a log driver configuration that sends log information to syslog Logs.Methods in software.amazon.awscdk.services.ecs with parameters of type LogDriverModifier and TypeMethodDescriptionThe 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
Methods in software.amazon.awscdk.services.ecs.patterns that return LogDriverModifier and TypeMethodDescriptiondefault LogDriverApplicationLoadBalancedTaskImageOptions.getLogDriver()The log driver to use.final LogDriverApplicationLoadBalancedTaskImageOptions.Jsii$Proxy.getLogDriver()default LogDriverApplicationLoadBalancedTaskImageProps.getLogDriver()The log driver to use.final LogDriverApplicationLoadBalancedTaskImageProps.Jsii$Proxy.getLogDriver()protected LogDriverApplicationMultipleTargetGroupsServiceBase.getLogDriver()default LogDriverNetworkLoadBalancedTaskImageOptions.getLogDriver()The log driver to use.final LogDriverNetworkLoadBalancedTaskImageOptions.Jsii$Proxy.getLogDriver()default LogDriverNetworkLoadBalancedTaskImageProps.getLogDriver()The log driver to use.final LogDriverNetworkLoadBalancedTaskImageProps.Jsii$Proxy.getLogDriver()protected LogDriverNetworkMultipleTargetGroupsServiceBase.getLogDriver()final LogDriverQueueProcessingEc2ServiceProps.Jsii$Proxy.getLogDriver()final LogDriverQueueProcessingFargateServiceProps.Jsii$Proxy.getLogDriver()QueueProcessingServiceBase.getLogDriver()The AwsLogDriver to use for logging if logging is enabled.default LogDriverQueueProcessingServiceBaseProps.getLogDriver()The log driver to use.final LogDriverQueueProcessingServiceBaseProps.Jsii$Proxy.getLogDriver()final LogDriverScheduledEc2TaskImageOptions.Jsii$Proxy.getLogDriver()final LogDriverScheduledFargateTaskImageOptions.Jsii$Proxy.getLogDriver()default LogDriverScheduledTaskImageProps.getLogDriver()The log driver to use.final LogDriverScheduledTaskImageProps.Jsii$Proxy.getLogDriver()Methods in software.amazon.awscdk.services.ecs.patterns with parameters of type LogDriverModifier 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 voidApplicationMultipleTargetGroupsServiceBase.setLogDriver(LogDriver value) protected voidNetworkMultipleTargetGroupsServiceBase.setLogDriver(LogDriver value)