WebApplicationConfigurationArgs

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
constructor(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)

Properties

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

Gets or sets the configuration file path.

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

Gets or sets the identifier for the configuration.

Link copied to clipboard
val isDeploymentTimeEditable: Output<Boolean>? = null

Gets or sets a value indicating whether the configuration is edited or not by the user.

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

Gets or sets the configuration local file path.

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

Gets or sets the configuration name.

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

Gets or sets the configuration section in the file.

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

Gets or sets the configuration target file path.

Link copied to clipboard
val type: Output<Either<String, ConfigurationType>>? = null

Gets or sets the configuration type.

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

Gets or sets the configuration value.

Functions

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