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.
|
copy
applyMutation, build
LogConfiguration.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. If you are using the Fargate launch type, the
only supported value is awslogs
. For more information about using the awslogs
driver, see Using the
awslogs Log Driver in the Amazon Elastic Container Service Developer Guide.
If you have a custom driver that is not listed above that you would like to work with the Amazon ECS container agent, you can fork the Amazon ECS container agent project that is available on GitHub and customize it to work with that driver. We encourage you to submit pull requests for changes that you would like to have included. However, Amazon Web Services does not 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 in to your container instance and run the
following command: sudo docker version --format '{{.Server.APIVersion}}'
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. If you are using the Fargate
launch type, the only supported value is awslogs
. For more information about using the
awslogs
driver, see Using the awslogs
Log Driver in the Amazon Elastic Container Service Developer Guide. If you have a custom driver that is not listed above that you would like to work with the Amazon ECS container agent, you can fork the Amazon ECS container agent project that is available on GitHub and customize it to work with that driver. We encourage you to submit pull requests for changes that you would like to have included. However, Amazon Web Services does not 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 in to your container instance
and run the following command: sudo docker version --format '{{.Server.APIVersion}}'
LogDriver
,
LogDriver
LogConfiguration.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. If you are using the Fargate launch type, the
only supported value is awslogs
. For more information about using the awslogs
driver, see Using the
awslogs Log Driver in the Amazon Elastic Container Service Developer Guide.
If you have a custom driver that is not listed above that you would like to work with the Amazon ECS container agent, you can fork the Amazon ECS container agent project that is available on GitHub and customize it to work with that driver. We encourage you to submit pull requests for changes that you would like to have included. However, Amazon Web Services does not 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 in to your container instance and run the
following command: sudo docker version --format '{{.Server.APIVersion}}'
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. If you are using the Fargate
launch type, the only supported value is awslogs
. For more information about using the
awslogs
driver, see Using the awslogs
Log Driver in the Amazon Elastic Container Service Developer Guide. If you have a custom driver that is not listed above that you would like to work with the Amazon ECS container agent, you can fork the Amazon ECS container agent project that is available on GitHub and customize it to work with that driver. We encourage you to submit pull requests for changes that you would like to have included. However, Amazon Web Services does not 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 in to your container instance
and run the following command: sudo docker version --format '{{.Server.APIVersion}}'
LogDriver
,
LogDriver
LogConfiguration.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 in to your container instance and run the following command:
sudo docker version --format '{{.Server.APIVersion}}'
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 in to your container instance and run the following command:
sudo docker version --format '{{.Server.APIVersion}}'
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.