DetectorFeatureAdditionalConfiguration

data class DetectorFeatureAdditionalConfiguration(val name: String, val status: String)

Constructors

Link copied to clipboard
constructor(name: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the additional configuration for a feature. Valid values: EKS_ADDON_MANAGEMENT, ECS_FARGATE_AGENT_MANAGEMENT, EC2_AGENT_MANAGEMENT. Refer to the AWS Documentation for the current list of supported values.

Link copied to clipboard

The status of the additional configuration. Valid values: ENABLED, DISABLED.