PolicySecurityServicePolicyDataArgs

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

Constructors

Link copied to clipboard
constructor(managedServiceData: Output<String>? = null, policyOption: Output<PolicySecurityServicePolicyDataPolicyOptionArgs>? = null, type: Output<String>)

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

Contains the Network Firewall firewall policy options to configure a centralized deployment model. See the policy_option block.

Link copied to clipboard
val type: Output<String>

An integer value containing ICMP type.

Functions

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