| Modifier and Type | Method and Description |
|---|---|
static ExposedSecret |
ExposedSecret.fromParametersStore(String optionName,
IParameter parameter)
(experimental) User Parameters Store Parameter.
|
static ExposedSecret |
ExposedSecret.fromSecretsManager(String optionName,
ISecret secret)
(experimental) Use Secrets Manager Secret.
|
| Modifier and Type | Method and Description |
|---|---|
default List<ExposedSecret> |
LogConfiguration.getSecretOptions()
(experimental) The secrets to pass to the log configuration as options.
|
List<ExposedSecret> |
LogConfiguration.Jsii$Proxy.getSecretOptions() |
| Modifier and Type | Method and Description |
|---|---|
LogConfiguration.Builder |
LogConfiguration.Builder.secretOptions(List<? extends ExposedSecret> secretOptions)
Sets the value of
LogConfiguration.getSecretOptions() |
| Constructor and Description |
|---|
Jsii$Proxy(LogDriver logDriver,
Object options,
List<? extends ExposedSecret> secretOptions)
Constructor that initializes the object based on literal property values passed by the
LogConfiguration.Builder. |
Copyright © 2021. All rights reserved.