| Package | Description |
|---|---|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default SplunkLogFormat |
SplunkLogDriverProps.getFormat()
(experimental) Message format.
|
SplunkLogFormat |
SplunkLogDriverProps.Jsii$Proxy.getFormat() |
static SplunkLogFormat |
SplunkLogFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SplunkLogFormat[] |
SplunkLogFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SplunkLogDriver.Builder |
SplunkLogDriver.Builder.format(SplunkLogFormat format)
(experimental) Message format.
|
SplunkLogDriverProps.Builder |
SplunkLogDriverProps.Builder.format(SplunkLogFormat format)
Sets the value of
SplunkLogDriverProps.getFormat() |
| Constructor and Description |
|---|
Jsii$Proxy(SecretValue token,
String url,
String caName,
String caPath,
SplunkLogFormat format,
Boolean gzip,
Number gzipLevel,
String index,
String insecureSkipVerify,
String source,
String sourceType,
Boolean verifyConnection,
List<String> env,
String envRegex,
List<String> labels,
String tag)
Constructor that initializes the object based on literal property values passed by the
SplunkLogDriverProps.Builder. |
Copyright © 2021. All rights reserved.