| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
List<Secret> |
LogConfiguration.secretOptions()
The secrets to pass to the log configuration.
|
List<Secret> |
ContainerDefinition.secrets()
The secrets to pass to the container.
|
| Modifier and Type | Method and Description |
|---|---|
LogConfiguration.Builder |
LogConfiguration.Builder.secretOptions(Secret... secretOptions)
The secrets to pass to the log configuration.
|
ContainerDefinition.Builder |
ContainerDefinition.Builder.secrets(Secret... secrets)
The secrets to pass to the container.
|
| Modifier and Type | Method and Description |
|---|---|
LogConfiguration.Builder |
LogConfiguration.Builder.secretOptions(Collection<Secret> secretOptions)
The secrets to pass to the log configuration.
|
ContainerDefinition.Builder |
ContainerDefinition.Builder.secrets(Collection<Secret> secrets)
The secrets to pass to the container.
|
Copyright © 2021. All rights reserved.