RecommendationConfigurationPropertiesArgs

data class RecommendationConfigurationPropertiesArgs(val recommendationType: Output<Either<String, RecommendationType>>, val status: Output<Either<String, RecommendationConfigStatus>>) : ConvertibleToJava<RecommendationConfigurationPropertiesArgs>

The type of IoT Security recommendation.

Constructors

fun RecommendationConfigurationPropertiesArgs(recommendationType: Output<Either<String, RecommendationType>>, status: Output<Either<String, RecommendationConfigStatus>>)

Functions

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

Properties

Link copied to clipboard

The type of IoT Security recommendation.

Link copied to clipboard

Recommendation status. When the recommendation status is disabled recommendations are not generated.