DeploymentWebApplicationFirewallStatusArgs

data class DeploymentWebApplicationFirewallStatusArgs(val attackSignaturesPackages: Output<List<DeploymentWebApplicationFirewallStatusAttackSignaturesPackageArgs>>? = null, val botSignaturesPackages: Output<List<DeploymentWebApplicationFirewallStatusBotSignaturesPackageArgs>>? = null, val componentVersions: Output<List<DeploymentWebApplicationFirewallStatusComponentVersionArgs>>? = null, val threatCampaignsPackages: Output<List<DeploymentWebApplicationFirewallStatusThreatCampaignsPackageArgs>>? = null) : ConvertibleToJava<DeploymentWebApplicationFirewallStatusArgs>

Constructors

constructor(attackSignaturesPackages: Output<List<DeploymentWebApplicationFirewallStatusAttackSignaturesPackageArgs>>? = null, botSignaturesPackages: Output<List<DeploymentWebApplicationFirewallStatusBotSignaturesPackageArgs>>? = null, componentVersions: Output<List<DeploymentWebApplicationFirewallStatusComponentVersionArgs>>? = null, threatCampaignsPackages: Output<List<DeploymentWebApplicationFirewallStatusThreatCampaignsPackageArgs>>? = null)

Properties

Link copied to clipboard

Indicates the version of the attack signatures package used by NGINX App Protect.

Link copied to clipboard

Indicates the version of the bot signatures package used by NGINX App Protect.

Link copied to clipboard

Indicates the version of the WAF Engine and Nginx WAF Module used by NGINX App Protect.

Link copied to clipboard

Indicates the version of the threat campaigns package used by NGINX App Protect.

Functions

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