@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.744Z") @Stability(value=Stable) public class SplunkLogDriver extends LogDriver
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.ecs.*;
Secret secret;
SplunkLogDriver splunkLogDriver = SplunkLogDriver.Builder.create()
.secretToken(secret)
.url("url")
// the properties below are optional
.caName("caName")
.caPath("caPath")
.env(List.of("env"))
.envRegex("envRegex")
.format(SplunkLogFormat.INLINE)
.gzip(false)
.gzipLevel(123)
.index("index")
.insecureSkipVerify("insecureSkipVerify")
.labels(List.of("labels"))
.source("source")
.sourceType("sourceType")
.tag("tag")
.verifyConnection(false)
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
SplunkLogDriver.Builder
A fluent builder for
SplunkLogDriver. |
| Modifier | Constructor and Description |
|---|---|
protected |
SplunkLogDriver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
SplunkLogDriver(software.amazon.jsii.JsiiObjectRef objRef) |
|
SplunkLogDriver(SplunkLogDriverProps props)
Constructs a new instance of the SplunkLogDriver class.
|
| Modifier and Type | Method and Description |
|---|---|
LogDriverConfig |
bind(software.constructs.Construct _scope,
ContainerDefinition _containerDefinition)
Called when the log driver is configured on a container.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected SplunkLogDriver(software.amazon.jsii.JsiiObjectRef objRef)
protected SplunkLogDriver(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public SplunkLogDriver(@NotNull
SplunkLogDriverProps props)
props - the splunk log driver configuration options. This parameter is required.@Stability(value=Stable) @NotNull public LogDriverConfig bind(@NotNull software.constructs.Construct _scope, @NotNull ContainerDefinition _containerDefinition)
Copyright © 2022. All rights reserved.