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

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

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.

Functions

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