Secret Args
data class SecretArgs(val data: Output<String>? = null, val labels: Output<List<SecretLabelArgs>>? = null, val name: Output<String>? = null) : ConvertibleToJava<SecretArgs>
Import
#!/bin/bash Docker secret cannot be imported as the secret data, once set, is never exposed again.
Constructors
Link copied to clipboard
constructor(data: Output<String>? = null, labels: Output<List<SecretLabelArgs>>? = null, name: Output<String>? = null)