PolicySecurityServicePolicyDataArgs

data class PolicySecurityServicePolicyDataArgs(val managedServiceData: Output<String>? = null, val type: Output<String>) : ConvertibleToJava<PolicySecurityServicePolicyDataArgs>

Constructors

Link copied to clipboard
fun PolicySecurityServicePolicyDataArgs(managedServiceData: Output<String>? = null, type: Output<String>)

Functions

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

Properties

Link copied to clipboard
val managedServiceData: Output<String>? = null

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
val type: Output<String>

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.