Web Application Configuration Args
data class WebApplicationConfigurationArgs(val filePath: Output<String>? = null, val identifier: Output<String>? = null, val isDeploymentTimeEditable: Output<Boolean>? = null, val localFilePath: Output<String>? = null, val name: Output<String>? = null, val secretStoreDetails: Output<SecretStoreDetailsArgs>? = null, val section: Output<String>? = null, val targetFilePath: Output<String>? = null, val type: Output<Either<String, ConfigurationType>>? = null, val value: Output<String>? = null) : ConvertibleToJava<WebApplicationConfigurationArgs>
Class for web application configurations.
Constructors
Link copied to clipboard
fun WebApplicationConfigurationArgs(filePath: Output<String>? = null, identifier: Output<String>? = null, isDeploymentTimeEditable: Output<Boolean>? = null, localFilePath: Output<String>? = null, name: Output<String>? = null, secretStoreDetails: Output<SecretStoreDetailsArgs>? = null, section: Output<String>? = null, targetFilePath: Output<String>? = null, type: Output<Either<String, ConfigurationType>>? = null, value: Output<String>? = null)