Security Device Group Allow Rule Args
data class SecurityDeviceGroupAllowRuleArgs(val connectionFromIpsNotAlloweds: Output<List<String>>? = null, val connectionToIpsNotAlloweds: Output<List<String>>? = null, val localUsersNotAlloweds: Output<List<String>>? = null, val processesNotAlloweds: Output<List<String>>? = null) : ConvertibleToJava<SecurityDeviceGroupAllowRuleArgs>