public static interface LogConfiguration.Builder extends SdkPojo, CopyableBuilder<LogConfiguration.Builder,LogConfiguration>
| Modifier and Type | Method and Description |
|---|---|
LogConfiguration.Builder |
logDriver(LogDriver logDriver)
The log driver to use for the container.
|
LogConfiguration.Builder |
logDriver(String logDriver)
The log driver to use for the container.
|
LogConfiguration.Builder |
options(Map<String,String> options)
The configuration options to send to the log driver.
|
LogConfiguration.Builder |
secretOptions(Collection<Secret> secretOptions)
The secrets to pass to the log configuration.
|
LogConfiguration.Builder |
secretOptions(Consumer<Secret.Builder>... secretOptions)
The secrets to pass to the log configuration.
|
LogConfiguration.Builder |
secretOptions(Secret... secretOptions)
The secrets to pass to the log configuration.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildLogConfiguration.Builder logDriver(String logDriver)
The log driver to use for the container. The valid values listed for this parameter are log drivers that the Amazon ECS container agent can communicate with by default.
The supported log drivers are awslogs, fluentd, gelf,
json-file, journald, logentries, syslog, and
splunk.
Jobs running on Fargate resources are restricted to the awslogs and splunk log
drivers.
Specifies the Amazon CloudWatch Logs logging driver. For more information, see Using the awslogs Log Driver in the AWS Batch User Guide and Amazon CloudWatch Logs logging driver in the Docker documentation.
Specifies the Fluentd logging driver. For more information, including usage and options, see Fluentd logging driver in the Docker documentation.
Specifies the Graylog Extended Format (GELF) logging driver. For more information, including usage and options, see Graylog Extended Format logging driver in the Docker documentation.
Specifies the journald logging driver. For more information, including usage and options, see Journald logging driver in the Docker documentation.
Specifies the JSON file logging driver. For more information, including usage and options, see JSON File logging driver in the Docker documentation.
Specifies the Splunk logging driver. For more information, including usage and options, see Splunk logging driver in the Docker documentation.
Specifies the syslog logging driver. For more information, including usage and options, see Syslog logging driver in the Docker documentation.
If you have a custom driver that's not listed earlier that you want to work with the Amazon ECS container agent, you can fork the Amazon ECS container agent project that's available on GitHub and customize it to work with that driver. We encourage you to submit pull requests for changes that you want to have included. However, Amazon Web Services doesn't currently support running modified copies of this software.
This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check
the Docker Remote API version on your container instance, log into your container instance and run the
following command: sudo docker version | grep "Server API version"
logDriver - The log driver to use for the container. The valid values listed for this parameter are log drivers
that the Amazon ECS container agent can communicate with by default.
The supported log drivers are awslogs, fluentd, gelf,
json-file, journald, logentries, syslog, and
splunk.
Jobs running on Fargate resources are restricted to the awslogs and splunk
log drivers.
Specifies the Amazon CloudWatch Logs logging driver. For more information, see Using the awslogs Log Driver in the AWS Batch User Guide and Amazon CloudWatch Logs logging driver in the Docker documentation.
Specifies the Fluentd logging driver. For more information, including usage and options, see Fluentd logging driver in the Docker documentation.
Specifies the Graylog Extended Format (GELF) logging driver. For more information, including usage and options, see Graylog Extended Format logging driver in the Docker documentation.
Specifies the journald logging driver. For more information, including usage and options, see Journald logging driver in the Docker documentation.
Specifies the JSON file logging driver. For more information, including usage and options, see JSON File logging driver in the Docker documentation.
Specifies the Splunk logging driver. For more information, including usage and options, see Splunk logging driver in the Docker documentation.
Specifies the syslog logging driver. For more information, including usage and options, see Syslog logging driver in the Docker documentation.
If you have a custom driver that's not listed earlier that you want to work with the Amazon ECS container agent, you can fork the Amazon ECS container agent project that's available on GitHub and customize it to work with that driver. We encourage you to submit pull requests for changes that you want to have included. However, Amazon Web Services doesn't currently support running modified copies of this software.
This parameter requires version 1.18 of the Docker Remote API or greater on your container instance.
To check the Docker Remote API version on your container instance, log into your container instance
and run the following command: sudo docker version | grep "Server API version"
LogDriver,
LogDriverLogConfiguration.Builder logDriver(LogDriver logDriver)
The log driver to use for the container. The valid values listed for this parameter are log drivers that the Amazon ECS container agent can communicate with by default.
The supported log drivers are awslogs, fluentd, gelf,
json-file, journald, logentries, syslog, and
splunk.
Jobs running on Fargate resources are restricted to the awslogs and splunk log
drivers.
Specifies the Amazon CloudWatch Logs logging driver. For more information, see Using the awslogs Log Driver in the AWS Batch User Guide and Amazon CloudWatch Logs logging driver in the Docker documentation.
Specifies the Fluentd logging driver. For more information, including usage and options, see Fluentd logging driver in the Docker documentation.
Specifies the Graylog Extended Format (GELF) logging driver. For more information, including usage and options, see Graylog Extended Format logging driver in the Docker documentation.
Specifies the journald logging driver. For more information, including usage and options, see Journald logging driver in the Docker documentation.
Specifies the JSON file logging driver. For more information, including usage and options, see JSON File logging driver in the Docker documentation.
Specifies the Splunk logging driver. For more information, including usage and options, see Splunk logging driver in the Docker documentation.
Specifies the syslog logging driver. For more information, including usage and options, see Syslog logging driver in the Docker documentation.
If you have a custom driver that's not listed earlier that you want to work with the Amazon ECS container agent, you can fork the Amazon ECS container agent project that's available on GitHub and customize it to work with that driver. We encourage you to submit pull requests for changes that you want to have included. However, Amazon Web Services doesn't currently support running modified copies of this software.
This parameter requires version 1.18 of the Docker Remote API or greater on your container instance. To check
the Docker Remote API version on your container instance, log into your container instance and run the
following command: sudo docker version | grep "Server API version"
logDriver - The log driver to use for the container. The valid values listed for this parameter are log drivers
that the Amazon ECS container agent can communicate with by default.
The supported log drivers are awslogs, fluentd, gelf,
json-file, journald, logentries, syslog, and
splunk.
Jobs running on Fargate resources are restricted to the awslogs and splunk
log drivers.
Specifies the Amazon CloudWatch Logs logging driver. For more information, see Using the awslogs Log Driver in the AWS Batch User Guide and Amazon CloudWatch Logs logging driver in the Docker documentation.
Specifies the Fluentd logging driver. For more information, including usage and options, see Fluentd logging driver in the Docker documentation.
Specifies the Graylog Extended Format (GELF) logging driver. For more information, including usage and options, see Graylog Extended Format logging driver in the Docker documentation.
Specifies the journald logging driver. For more information, including usage and options, see Journald logging driver in the Docker documentation.
Specifies the JSON file logging driver. For more information, including usage and options, see JSON File logging driver in the Docker documentation.
Specifies the Splunk logging driver. For more information, including usage and options, see Splunk logging driver in the Docker documentation.
Specifies the syslog logging driver. For more information, including usage and options, see Syslog logging driver in the Docker documentation.
If you have a custom driver that's not listed earlier that you want to work with the Amazon ECS container agent, you can fork the Amazon ECS container agent project that's available on GitHub and customize it to work with that driver. We encourage you to submit pull requests for changes that you want to have included. However, Amazon Web Services doesn't currently support running modified copies of this software.
This parameter requires version 1.18 of the Docker Remote API or greater on your container instance.
To check the Docker Remote API version on your container instance, log into your container instance
and run the following command: sudo docker version | grep "Server API version"
LogDriver,
LogDriverLogConfiguration.Builder options(Map<String,String> options)
The configuration options to send to the log driver. This parameter requires version 1.19 of the Docker
Remote API or greater on your container instance. To check the Docker Remote API version on your container
instance, log into your container instance and run the following command:
sudo docker version | grep "Server API version"
options - The configuration options to send to the log driver. This parameter requires version 1.19 of the
Docker Remote API or greater on your container instance. To check the Docker Remote API version on
your container instance, log into your container instance and run the following command:
sudo docker version | grep "Server API version"LogConfiguration.Builder secretOptions(Collection<Secret> secretOptions)
The secrets to pass to the log configuration. For more information, see Specifying Sensitive Data in the AWS Batch User Guide.
secretOptions - The secrets to pass to the log configuration. For more information, see Specifying
Sensitive Data in the AWS Batch User Guide.LogConfiguration.Builder secretOptions(Secret... secretOptions)
The secrets to pass to the log configuration. For more information, see Specifying Sensitive Data in the AWS Batch User Guide.
secretOptions - The secrets to pass to the log configuration. For more information, see Specifying
Sensitive Data in the AWS Batch User Guide.LogConfiguration.Builder secretOptions(Consumer<Secret.Builder>... secretOptions)
The secrets to pass to the log configuration. For more information, see Specifying Sensitive Data in the AWS Batch User Guide.
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #secretOptions(List) .secretOptions - a consumer that will call methods on List.Builder #secretOptions(List) Copyright © 2021. All rights reserved.