@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.259Z") @Stability(value=Experimental) public class LogDrivers extends software.amazon.jsii.JsiiObject
| Modifier | Constructor and Description |
|---|---|
|
LogDrivers() |
protected |
LogDrivers(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
LogDrivers(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
static LogDriver |
awsLogs(AwsLogDriverProps props)
(experimental) Creates a log driver configuration that sends log information to CloudWatch Logs.
|
static LogDriver |
firelens(FireLensLogDriverProps props)
(experimental) Creates a log driver configuration that sends log information to firelens log router.
|
static LogDriver |
fluentd()
(experimental) Creates a log driver configuration that sends log information to fluentd Logs.
|
static LogDriver |
fluentd(FluentdLogDriverProps props)
(experimental) Creates a log driver configuration that sends log information to fluentd Logs.
|
static LogDriver |
gelf(GelfLogDriverProps props)
(experimental) Creates a log driver configuration that sends log information to gelf Logs.
|
static LogDriver |
journald()
(experimental) Creates a log driver configuration that sends log information to journald Logs.
|
static LogDriver |
journald(JournaldLogDriverProps props)
(experimental) Creates a log driver configuration that sends log information to journald Logs.
|
static LogDriver |
jsonFile()
(experimental) Creates a log driver configuration that sends log information to json-file Logs.
|
static LogDriver |
jsonFile(JsonFileLogDriverProps props)
(experimental) Creates a log driver configuration that sends log information to json-file Logs.
|
static LogDriver |
splunk(SplunkLogDriverProps props)
(experimental) Creates a log driver configuration that sends log information to splunk Logs.
|
static LogDriver |
syslog()
(experimental) Creates a log driver configuration that sends log information to syslog Logs.
|
static LogDriver |
syslog(SyslogLogDriverProps props)
(experimental) Creates a log driver configuration that sends log information to syslog Logs.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected LogDrivers(software.amazon.jsii.JsiiObjectRef objRef)
protected LogDrivers(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental) public LogDrivers()
@Stability(value=Experimental) @NotNull public static LogDriver awsLogs(@NotNull AwsLogDriverProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public static LogDriver firelens(@NotNull FireLensLogDriverProps props)
For detail configurations, please refer to Amazon ECS FireLens Examples: https://github.com/aws-samples/amazon-ecs-firelens-examples
props - This parameter is required.@Stability(value=Experimental) @NotNull public static LogDriver fluentd(@Nullable FluentdLogDriverProps props)
props - @Stability(value=Experimental) @NotNull public static LogDriver fluentd()
@Stability(value=Experimental) @NotNull public static LogDriver gelf(@NotNull GelfLogDriverProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public static LogDriver journald(@Nullable JournaldLogDriverProps props)
props - @Stability(value=Experimental) @NotNull public static LogDriver journald()
@Stability(value=Experimental) @NotNull public static LogDriver jsonFile(@Nullable JsonFileLogDriverProps props)
props - @Stability(value=Experimental) @NotNull public static LogDriver jsonFile()
@Stability(value=Experimental) @NotNull public static LogDriver splunk(@NotNull SplunkLogDriverProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public static LogDriver syslog(@Nullable SyslogLogDriverProps props)
props - @Stability(value=Experimental) @NotNull public static LogDriver syslog()
Copyright © 2021. All rights reserved.