Deployment Web Application Firewall Status Args
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
Link copied to clipboard
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
val attackSignaturesPackages: Output<List<DeploymentWebApplicationFirewallStatusAttackSignaturesPackageArgs>>? = null
Indicates the version of the attack signatures package used by NGINX App Protect.
Link copied to clipboard
val botSignaturesPackages: Output<List<DeploymentWebApplicationFirewallStatusBotSignaturesPackageArgs>>? = null
Indicates the version of the bot signatures package used by NGINX App Protect.
Link copied to clipboard
val componentVersions: Output<List<DeploymentWebApplicationFirewallStatusComponentVersionArgs>>? = null
Indicates the version of the WAF Engine and Nginx WAF Module used by NGINX App Protect.
Link copied to clipboard
val threatCampaignsPackages: Output<List<DeploymentWebApplicationFirewallStatusThreatCampaignsPackageArgs>>? = null
Indicates the version of the threat campaigns package used by NGINX App Protect.