Uses of Class
software.amazon.awscdk.services.batch.ExposedSecret
Packages that use ExposedSecret
-
Uses of ExposedSecret in software.amazon.awscdk.services.batch
Methods in software.amazon.awscdk.services.batch that return ExposedSecretModifier and TypeMethodDescriptionstatic ExposedSecretExposedSecret.fromParametersStore(String optionName, IParameter parameter) (experimental) User Parameters Store Parameter.static ExposedSecretExposedSecret.fromSecretsManager(String optionName, ISecret secret) (experimental) Use Secrets Manager Secret.Methods in software.amazon.awscdk.services.batch that return types with arguments of type ExposedSecretModifier and TypeMethodDescriptiondefault List<ExposedSecret>LogConfiguration.getSecretOptions()(experimental) The secrets to pass to the log configuration as options.final List<ExposedSecret>LogConfiguration.Jsii$Proxy.getSecretOptions()Method parameters in software.amazon.awscdk.services.batch with type arguments of type ExposedSecretModifier and TypeMethodDescriptionLogConfiguration.Builder.secretOptions(List<? extends ExposedSecret> secretOptions) Sets the value ofLogConfiguration.getSecretOptions()