EceDeploymentSecretsArgs

data class EceDeploymentSecretsArgs(val eceSecretName: Output<Either<String, EceSecrets>>? = null, val secretLocation: Output<String>? = null, val secretName: Output<String>? = null) : ConvertibleToJava<EceDeploymentSecretsArgs>

Protected parameters list stored in keyvault.

Constructors

Link copied to clipboard
constructor(eceSecretName: Output<Either<String, EceSecrets>>? = null, secretLocation: Output<String>? = null, secretName: Output<String>? = null)

Properties

Link copied to clipboard
val eceSecretName: Output<Either<String, EceSecrets>>? = null

Secret name expected for Enterprise Cloud Engine (ECE) deployment.

Link copied to clipboard
val secretLocation: Output<String>? = null

Secret URI stored in keyvault.

Link copied to clipboard
val secretName: Output<String>? = null

Secret name stored in keyvault.

Functions

Link copied to clipboard
open override fun toJava(): EceDeploymentSecretsArgs