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
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
Gets or sets the identifier for the configuration.
Link copied to clipboard
Gets or sets a value indicating whether the configuration is edited or not by the user.
Link copied to clipboard
Gets or sets the configuration local file path.
Link copied to clipboard
Link copied to clipboard
Gets or sets the configuration target file path.
Link copied to clipboard
Gets or sets the configuration type.