PolicySecurityServicePolicyData

data class PolicySecurityServicePolicyData(val managedServiceData: String? = null, val policyOption: PolicySecurityServicePolicyDataPolicyOption? = null, val type: String)

Constructors

Link copied to clipboard
fun PolicySecurityServicePolicyData(managedServiceData: String? = null, policyOption: PolicySecurityServicePolicyDataPolicyOption? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Details about the service that are specific to the service type, in JSON format. For service type SHIELD_ADVANCED, this is an empty string. Examples depending on type can be found in the AWS Firewall Manager SecurityServicePolicyData API Reference.

Link copied to clipboard

Contains the Network Firewall firewall policy options to configure a centralized deployment model. Documented below.

Link copied to clipboard

The service that the policy is using to protect the resources. For the current list of supported types, please refer to the AWS Firewall Manager SecurityServicePolicyData API Type Reference.