desiredState

@JvmName(name = "sfhufdgfsdqsgpuo")
suspend fun desiredState(value: Output<SoftwareRecipeDesiredState>)
@JvmName(name = "ktmbfegyerdheapa")
suspend fun desiredState(value: SoftwareRecipeDesiredState?)

Parameters

value

Default is INSTALLED. The desired state the agent should maintain for this recipe. INSTALLED: The software recipe is installed on the instance but won't be updated to new versions. UPDATED: The software recipe is installed on the instance. The recipe is updated to a higher version, if a higher version of the recipe is assigned to this instance. REMOVE: Remove is unsupported for software recipes and attempts to create or update a recipe to the REMOVE state is rejected.