Package | Description |
---|---|
com.amazonaws.services.ecs.model |
Modifier and Type | Method and Description |
---|---|
Secret |
Secret.clone() |
Secret |
Secret.withName(String name)
The name of the secret.
|
Secret |
Secret.withValueFrom(String valueFrom)
The secret to expose to the container.
|
Modifier and Type | Method and Description |
---|---|
List<Secret> |
LogConfiguration.getSecretOptions()
The secrets to pass to the log configuration.
|
List<Secret> |
ContainerDefinition.getSecrets()
The secrets to pass to the container.
|
Modifier and Type | Method and Description |
---|---|
LogConfiguration |
LogConfiguration.withSecretOptions(Secret... secretOptions)
The secrets to pass to the log configuration.
|
ContainerDefinition |
ContainerDefinition.withSecrets(Secret... secrets)
The secrets to pass to the container.
|
Modifier and Type | Method and Description |
---|---|
void |
LogConfiguration.setSecretOptions(Collection<Secret> secretOptions)
The secrets to pass to the log configuration.
|
void |
ContainerDefinition.setSecrets(Collection<Secret> secrets)
The secrets to pass to the container.
|
LogConfiguration |
LogConfiguration.withSecretOptions(Collection<Secret> secretOptions)
The secrets to pass to the log configuration.
|
ContainerDefinition |
ContainerDefinition.withSecrets(Collection<Secret> secrets)
The secrets to pass to the container.
|
Copyright © 2023. All rights reserved.